MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / TimeoutException

Class TimeoutException

py/selenium/common/exceptions.py:212–213  ·  view source on GitHub ↗

Thrown when a command does not complete in enough time.

Source from the content-addressed store, hash-verified

210
211
212class TimeoutException(WebDriverException):
213 """Thrown when a command does not complete in enough time."""
214
215
216class MoveTargetOutOfBoundsException(WebDriverException):

Callers 2

untilMethod · 0.90
until_notMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected