We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fd5e5 commit 57c3ec6Copy full SHA for 57c3ec6
README.md
@@ -187,6 +187,7 @@ Polling timeouts and repeated polling failures are surfaced as:
187
188
`HyperbrowserPollingError` also covers stalled pagination (no page-batch progress during result collection).
189
Transport-level request failures include HTTP method + URL context in error messages.
190
+Malformed or non-string transport URL inputs are normalized to `unknown URL` in wrapper-failure diagnostics.
191
192
```python
193
from hyperbrowser import Hyperbrowser
0 commit comments