|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.openqa.selenium.WebDriverException org.openqa.selenium.NotFoundException org.openqa.selenium.NoSuchElementException
public class NoSuchElementException
Thrown by WebDriver.findElement(By by)
and
WebElement.findElement(By by)
.
Field Summary |
---|
Fields inherited from class org.openqa.selenium.WebDriverException |
---|
DRIVER_INFO, SESSION_ID |
Constructor Summary | |
---|---|
NoSuchElementException(String reason)
|
|
NoSuchElementException(String reason,
Throwable cause)
|
Method Summary | |
---|---|
String |
getSupportUrl()
|
Methods inherited from class org.openqa.selenium.WebDriverException |
---|
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getMessage, getSystemInformation |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NoSuchElementException(String reason)
public NoSuchElementException(String reason, Throwable cause)
Method Detail |
---|
public String getSupportUrl()
getSupportUrl
in class WebDriverException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |