Class StaleElementReferenceException

All Implemented Interfaces:
Serializable

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(String message)
    • StaleElementReferenceException

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