﻿selenium.common.exceptions
==========================

.. automodule:: selenium.common.exceptions

   
   .. rubric:: Exceptions

   .. autosummary::
   
      ElementClickInterceptedException
      ElementNotInteractableException
      ElementNotSelectableException
      ElementNotVisibleException
      ImeActivationFailedException
      ImeNotAvailableException
      InsecureCertificateException
      InvalidArgumentException
      InvalidCookieDomainException
      InvalidCoordinatesException
      InvalidElementStateException
      InvalidSelectorException
      InvalidSessionIdException
      InvalidSwitchToTargetException
      JavascriptException
      MoveTargetOutOfBoundsException
      NoAlertPresentException
      NoSuchAttributeException
      NoSuchCookieException
      NoSuchDriverException
      NoSuchElementException
      NoSuchFrameException
      NoSuchShadowRootException
      NoSuchWindowException
      ScreenshotException
      SessionNotCreatedException
      StaleElementReferenceException
      TimeoutException
      UnableToSetCookieException
      UnexpectedAlertPresentException
      UnexpectedTagNameException
      UnknownMethodException
      WebDriverException
   