Class StaleElementReferenceException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • StaleElementReferenceException

        public StaleElementReferenceException​(java.lang.String message)
      • StaleElementReferenceException

        public StaleElementReferenceException​(java.lang.String message,
                                              java.lang.Throwable cause)