Class NotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoAlertPresentException, NoSuchContextException, NoSuchCookieException, NoSuchElementException, NoSuchFrameException, NoSuchShadowRootException, NoSuchWindowException

@NullMarked public class NotFoundException extends WebDriverException
See Also:
  • Constructor Details Link icon

    • NotFoundException Link icon

      public NotFoundException()
    • NotFoundException Link icon

      public NotFoundException(@Nullable String message)
    • NotFoundException Link icon

      public NotFoundException(@Nullable String message, @Nullable Throwable cause)
    • NotFoundException Link icon

      public NotFoundException(@Nullable Throwable cause)