Wait 1 s after navigation

This commit is contained in:
Magnus Müller
2025-10-30 10:05:13 -07:00
parent 22b0da2394
commit e5fb13d2ca

View File

@@ -639,7 +639,7 @@ class BrowserSession(BaseModel):
)
# # Wait a bit to ensure page starts loading
# await asyncio.sleep(0.5)
await asyncio.sleep(1)
# Close any extension options pages that might have opened
await self._close_extension_options_pages()