Package org.openqa.selenium
Class StaleElementReferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.StaleElementReferenceException
- All Implemented Interfaces:
Serializable
Indicates that a reference to an element is now "stale" --- the element no longer appears on the
DOM of the page.
- See Also:
-
Field Summary
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
-
Constructor Summary
ConstructorDescriptionStaleElementReferenceException
(String message) StaleElementReferenceException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSystemInformation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StaleElementReferenceException
-
StaleElementReferenceException
-
-
Method Details
-
getSupportUrl
- Overrides:
getSupportUrl
in classWebDriverException
-