class |
ElementClickInterceptedException |
Indicates that a click could not be properly executed because the target element was obscured in
some way.
|
class |
ElementNotInteractableException |
Thrown to indicate that although a WebElement is present on the DOM, it is not in a state that can
be interacted with.
|
class |
HealthCheckFailedException |
Indicates that a Node health check failed.
|
class |
InvalidArgumentException |
|
class |
InvalidCookieDomainException |
Thrown when attempting to add a cookie under a different domain than the current URL.
|
class |
InvalidElementStateException |
Indicates that a WebElement is in a state that means actions cannot be performed with it.
|
class |
InvalidSelectorException |
|
class |
JavascriptException |
|
class |
NoAlertPresentException |
Indicates that a user has tried to access an alert when one is not present.
|
class |
NoSuchContextException |
|
class |
NoSuchCookieException |
|
class |
NoSuchElementException |
|
class |
NoSuchFrameException |
|
class |
NoSuchSessionException |
|
class |
NoSuchShadowRootException |
|
class |
NoSuchWindowException |
|
class |
NotFoundException |
|
class |
RetrySessionRequestException |
|
class |
ScriptTimeoutException |
Thrown when an async execute script command does not complete in enough time.
|
class |
SessionNotCreatedException |
Indicates that a session could not be created.
|
class |
StaleElementReferenceException |
Indicates that a reference to an element is now "stale" --- the element no longer appears on the
DOM of the page.
|
class |
TimeoutException |
Thrown when a command does not complete in enough time.
|
class |
UnableToSetCookieException |
Thrown when a driver fails to set a cookie.
|
class |
UnhandledAlertException |
|
class |
UnsupportedCommandException |
Used to indicate that a command used by the remote webdriver is unsupported.
|