This commit is contained in:
Yuriy Yuriev
2026-07-05 16:59:33 +07:00
parent f262616aad
commit 44ce29d2e0
9 changed files with 188 additions and 31 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ class BrowserService:
current = new_url
redirect = True
task = asyncio.create_task(
page.wait_for_load_state("load", timeout=30000)
page.wait_for_load_state("domcontentloaded", timeout=30000)
)
await self._move_mouse(page, task)
await task