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
- Direct Known Subclasses:
- InvalidSelectorException
public class NoSuchElementException
- extends NotFoundException
Thrown by WebDriver.findElement(By by)
and WebElement.findElement(By by)
.
- See Also:
- Serialized Form
NoSuchElementException
public NoSuchElementException(String reason)
NoSuchElementException
public NoSuchElementException(String reason,
Throwable cause)
getSupportUrl
public String getSupportUrl()
- Overrides:
getSupportUrl
in class WebDriverException
Copyright © 2011. All Rights Reserved.