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 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 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
           
 class XPathLookupException
           
 

Methods in org.openqa.selenium that throw WebDriverException
<X> X
TakesScreenshot.getScreenshotAs(OutputType<X> target)
          Capture the screenshot and store it in the specified location.
 



Copyright © 2010. All Rights Reserved.