-
-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Checklist before reporting
- I have searched for similar issues and didn't find a duplicate.
- I have updated to the latest version of pydoll to verify the issue still exists.
pydoll Version
2.20.2
Python Version
3.14.2
Operating System
Windows
Bug Description
Pydoll silences error and continues execution after await tab.go_to() despite of site unavailability without throwing an exception.
Steps to Reproduce
- Try to navigate to non-existent website
e.g.
await tab.go_to('https://keke01212ekek.com', timeout=1)- No exception raised after timeout
Code Example
await tab.go_to('https://keke01212ekek.com', timeout=1)Expected Behavior
tab.go_to() should throw exception or return appropriate result.
Actual Behavior
tab.go_to() doesn't throw exception in case of error.
Relevant Log Output
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working