mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Wait 1 s after navigation
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user