files/en-us/web/webdriver/reference/classic/commands/gettimeouts/index.md
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.
| Method | URI template |
|---|---|
GET | /session/{session id}/timeouts |
session id
The response payload is a Timeouts object:
implicit
pageLoad
script
{{Specifications}}
{{Compat}}
Timeouts object