docs.rodeo

MDN Web Docs mirror

Get Timeouts

{{QuickLinksWithSubpages("/en-US/docs/Web/WebDriver/Commands")}} 

The Get Timeouts command of the WebDriver API returns the timeouts associated with the current session. The session timeout durations control such behavior as timeouts on script injection, document navigation, and element retrieval.

Syntax

Method URI template
GET /session/{session id}/timeouts

URL parameters

Response

The response payload is a Timeouts object:

Errors

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN