Package org.openqa.selenium
Class NoSuchElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.NotFoundException
org.openqa.selenium.NoSuchElementException
- All Implemented Interfaces:
Serializable
Thrown by
WebDriver.findElement(By by)
and WebElement.findElement(By by)
.- See Also:
-
Field Summary
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
-
Constructor Summary
ConstructorDescriptionNoSuchElementException
(String reason) NoSuchElementException
(String reason, 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
-
NoSuchElementException
-
NoSuchElementException
-
-
Method Details
-
getSupportUrl
- Overrides:
getSupportUrl
in classWebDriverException
-