|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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).
| Constructor Summary | |
|---|---|
NoSuchElementException(java.lang.String reason)
|
|
NoSuchElementException(java.lang.String reason,
java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getSupportUrl()
|
| Methods inherited from class org.openqa.selenium.WebDriverException |
|---|
getBuildInformation, getDriverInformation, 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(java.lang.String reason)
public NoSuchElementException(java.lang.String reason,
java.lang.Throwable cause)
| Method Detail |
|---|
public java.lang.String getSupportUrl()
getSupportUrl in class WebDriverException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||