Skip to content

[Bug]: Pydoll doesn't throw exception on accessing unavailable website #368

@bomzj

Description

@bomzj

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

  1. Try to navigate to non-existent website
    e.g.
await tab.go_to('https://keke01212ekek.com', timeout=1)
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions