Class StaleElementReferenceException

All Implemented Interfaces:
Serializable

@NullMarked public class StaleElementReferenceException extends WebDriverException
Indicates that a reference to an element is now "stale" --- the element no longer appears on the DOM of the page.
See Also:
  • Constructor Details

    • StaleElementReferenceException

      public StaleElementReferenceException(@Nullable String message)
    • StaleElementReferenceException

      public StaleElementReferenceException(@Nullable String message, @Nullable Throwable cause)
  • Method Details