mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
Change browser page delay
This commit is contained in:
parent
bdbb590dc4
commit
c813b5a3c0
@ -74,7 +74,7 @@ class Browser:
|
||||
"""Navigate to a specified URL."""
|
||||
try:
|
||||
self.driver.get(url)
|
||||
time.sleep(2) # Wait for page to load
|
||||
time.sleep(1) # Wait for page to load
|
||||
self.logger.info(f"Navigated to: {url}")
|
||||
return True
|
||||
except WebDriverException as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user