Module timeout

Module timeout 

Source

Structsยง

TimeoutsConfiguration ๐Ÿ”’

Constantsยง

DEFAULT_IMPLICIT_WAIT ๐Ÿ”’
Initial initial wait timeout from https://w3c.github.io/webdriver/#dfn-timeouts-configuration.
DEFAULT_PAGE_LOAD_TIMEOUT ๐Ÿ”’
Initial page load timeout from https://w3c.github.io/webdriver/#dfn-timeouts-configuration.
DEFAULT_SCRIPT_TIMEOUT ๐Ÿ”’
Initial script timeout from https://w3c.github.io/webdriver/#dfn-timeouts-configuration.
SCREENSHOT_TIMEOUT ๐Ÿ”’
An amount of time to wait before considering that a screenshot has timed out. If after 10 seconds the screenshot cannot be taken, assume that the test has timed out.

Functionsยง

deserialize_as_timeouts_configuration ๐Ÿ”’
https://w3c.github.io/webdriver/#dfn-deserialize-as-timeouts-configuration
serialize_timeouts_configuration ๐Ÿ”’