Uses of Class
org.openqa.selenium.WebDriverException

Packages that use WebDriverException
org.openqa.selenium   
org.openqa.selenium.html5   
org.openqa.selenium.interactions   
org.openqa.selenium.internal   
 

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
          Deprecated. Superseded by InvalidSelectorException
 class ImeActivationFailedException
          Indicates that activating an IME engine has failed.
 class ImeNotAvailableException
          Indicates that IME support is not available.
 class InvalidCookieDomainException
          Thrown when attempting to add a cookie under a different domain than the current URL.
 class InvalidElementStateException
           
 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 NotFoundException
           
 class SessionNotCreatedException
          Indicates that a session could not be created.
 class StaleElementReferenceException
          Indicates that a reference to an element is now "stale" --- the element no longer appears on the DOM of the page.
 class TimeoutException
          Thrown when a command does not complete in enough time.
 class UnableToSetCookieException
          Thrown when a driver fails to set a cookie.
 class UnhandledAlertException
           
 class UnsupportedCommandException
          Used to indicate that a command used by the remote webdriver is unsupported.
 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.
 

Uses of WebDriverException in org.openqa.selenium.html5
 

Methods in org.openqa.selenium.html5 that throw WebDriverException
 ResultSet DatabaseStorage.executeSQL(String databaseName, String query, Object... args)
          Deprecated. Executes an SQL statement on the given database name.
 void BrowserConnection.setOnline(boolean online)
          Changes the application online state.
 

Uses of WebDriverException in org.openqa.selenium.interactions
 

Subclasses of WebDriverException in org.openqa.selenium.interactions
 class InvalidCoordinatesException
          Indicates that the coordinates provided to an interactions operation are invalid.
 class MoveTargetOutOfBoundsException
          Indicates that the target provided to the actions move() method is invalid - outside of the size of the window.
 

Uses of WebDriverException in org.openqa.selenium.internal
 

Methods in org.openqa.selenium.internal that throw WebDriverException
 void SocketLock.lock(long timeoutInMillis)
           
 



Copyright © 2012. All Rights Reserved.