Uses of Class
org.openqa.selenium.NotFoundException

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).
 



Copyright © 2012. All Rights Reserved.