Uses of Class
org.openqa.selenium.WebDriverException

Packages that use WebDriverException
org.openqa.selenium   
 

Uses of WebDriverException in org.openqa.selenium
 

Subclasses of WebDriverException in org.openqa.selenium
 class ElementNotVisibleException
          Thrown to indicate that although an element is present on the DOM, it is not visible, and so is not able to be interacted with.
 class IllegalLocatorException
          Thrown when a By cannot handle the arguments it is given.
 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 NotFoundException
           
 class StaleElementReferenceException
          Indicates that a reference to an element is now "stale" --- the element no longer appears on the DOM of the page.
 class UnhandledAlertException
           
 



Copyright © 2009. All Rights Reserved.