Namespace: session

session

State associated with a WebDriver session.

Source:

Classes

Capabilities
Proxy
Timeouts

Members

(static) PageLoadStrategy

Enum of page loading strategies.

Properties:
Name Type Description
None

No page load strategy. Navigation will return immediately.

Eager

Eager, causing navigation to complete when the document reaches the interactive ready state.

Normal

Normal, causing navigation to return when the document reaches the complete ready state.

Source: