Timeouts
Last updated
Was this helpful?
Last updated
Was this helpful?
Gets timeout durations associated with the current session.
RETURNS
Promise<>
EXAMPLES
SEE ALSO
Configure the amount of time that a particular type of operation can execute for before they are aborted and a Timeout error is returned to the client.
PARAMETERS
RETURNS
Promise<void>
EXAMPLES
SEE ALSO
WebDriver Timeout configuration object
PROPERTIES
script?
: number - Session script timeout in milliseconds. Determines when to interrupt a script that is being evaluated.
pageLoad?
: number - Session page load timeout in milliseconds. Provides the timeout limit used to interrupt navigation of the browsing context.
implicit?
: number - Session implicit wait timeout in milliseconds. Gives the timeout of when to abort locating an element.
timeout
: - Session timeout configuration object