debug_screenshot.py aktualisiert

This commit is contained in:
2025-07-05 20:15:02 +00:00
parent b6d8e0c6c9
commit d56ea4fb4e

View File

@@ -48,7 +48,7 @@ async def main():
await page.type('input[name="password"]', HA_PASSWORD)
logging.info("Klicke auf 'LOG IN'-Button...")
await page.click('button[type="submit"]')
await page.click('ha-form > mwc-button')
logging.info("Warte nach Login auf Navigation/Neuladen...")
# Wir warten, bis ein bekanntes Element des Dashboards erscheint.