Classes
Timeouts
([implicit_wait, page_load, script])
Create a new Timeouts object.
Create a new Timeouts object.
This implements https://w3c.github.io/webdriver/#timeouts.
seconds to wait when searching for elements before throwing an error.
to wait for a page load to complete before throwing an error.
wait for an asynchronous script to finish execution before throwing an error.
Get or set how many seconds to wait when searching for elements.
This does not set the value on the remote end.
Usage:¶self.implicit_wait
self.implicit_wait = value
value: float
Get or set how many seconds to wait for the page to load.
This does not set the value on the remote end.
Usage:¶self.page_load
self.page_load = value
value: float
Get or set how many seconds to wait for an asynchronous script to finish execution.
This does not set the value on the remote end.
Usage:¶self.script
self.script = value
value: float
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4