|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotFoundException | |
---|---|
org.openqa.selenium |
Uses of NotFoundException in org.openqa.selenium |
---|
Subclasses of NotFoundException in org.openqa.selenium | |
---|---|
class |
InvalidSelectorException
|
class |
NoAlertPresentException
Indicates that a user has tried to access an alert when one is not present. |
class |
NoSuchElementException
Thrown by WebDriver.findElement(By by) and
WebElement.findElement(By by) . |
class |
NoSuchFrameException
Thrown by WebDriver.switchTo().frame(int frameIndex)
and WebDriver.switchTo().frame(String frameName) . |
class |
NoSuchWindowException
Thrown by WebDriver.switchTo().window(String
windowName) . |
class |
XPathLookupException
Deprecated. Use InvalidSelectorException instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |