selenium.common.exceptions¶
Exceptions that may happen in all the webdriver code.
Exceptions
|
The Element Click command could not be completed because the element receiving the events is obscuring the element that was requested to be clicked. |
|
Thrown when an element is present in the DOM but interactions with that element will hit another element due to paint order. |
|
Thrown when trying to select an unselectable element. |
|
Thrown when an element is present on the DOM, but it is not visible, and so is not able to be interacted with. |
|
Thrown when activating an IME engine has failed. |
|
Thrown when IME support is not available. |
|
Navigation caused the user agent to hit a certificate warning, which is usually the result of an expired or invalid TLS certificate. |
|
The arguments passed to a command are either invalid or malformed. |
|
Thrown when attempting to add a cookie under a different domain than the current URL. |
|
The coordinates provided to an interaction's operation are invalid. |
|
Thrown when a command could not be completed because the element is in an invalid state. |
|
Thrown when the selector which is used to find an element does not return a WebElement. |
|
Occurs if the given session id is not in the list of active sessions, meaning the session either does not exist or that it's not active. |
|
Thrown when frame or window target to be switched doesn't exist. |
|
An error occurred while executing JavaScript supplied by the user. |
|
Thrown when the target provided to the ActionsChains move() method is invalid, i.e. out of document. |
|
Thrown when switching to no presented alert. |
|
Thrown when the attribute of element could not be found. |
|
No cookie matching the given path name was found amongst the associated cookies of the current browsing context's active document. |
|
Thrown when element could not be found. |
|
Thrown when frame target to be switched doesn't exist. |
|
Thrown when trying to access the shadow root of an element when it does not have a shadow root attached. |
|
Thrown when window target to be switched doesn't exist. |
|
A screen capture was made impossible. |
|
Raised when an issue interacting with selenium manager occurs. |
|
A new session could not be created. |
|
Thrown when a reference to an element is now "stale". |
|
Thrown when a command does not complete in enough time. |
|
Thrown when a driver fails to set a cookie. |
|
Thrown when an unexpected alert has appeared. |
|
Thrown when a support class did not get an expected web element. |
|
The requested command matched a known URL but did not match any methods for that URL. |
|
Base webdriver exception. |