Uses of Class
org.openqa.selenium.WebDriverException

Packages that use WebDriverException
org.openqa.selenium   
org.openqa.selenium.android   
org.openqa.selenium.chrome   
org.openqa.selenium.firefox   
org.openqa.selenium.html5   
org.openqa.selenium.interactions   
org.openqa.selenium.internal   
org.openqa.selenium.iphone   
org.openqa.selenium.os   
org.openqa.selenium.remote   
org.openqa.selenium.support.events   
org.openqa.selenium.support.ui   
 

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

Methods in org.openqa.selenium.android that throw WebDriverException
<X> X
AndroidDriver.getScreenshotAs(OutputType<X> target)
           
 void AndroidDriver.setOnline(boolean online)
           
 

Uses of WebDriverException in org.openqa.selenium.chrome
 

Subclasses of WebDriverException in org.openqa.selenium.chrome
 class FatalChromeException
           
 

Uses of WebDriverException in org.openqa.selenium.firefox
 

Subclasses of WebDriverException in org.openqa.selenium.firefox
 class UnableToCreateProfileException
           
 

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)
          Executes an SQL statement on the given database name.
 List<AppCacheEntry> ApplicationCache.getAppCache()
          Gets the list of cache entries on the application cache.
 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 is invalid.
 

Uses of WebDriverException in org.openqa.selenium.internal
 

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

Uses of WebDriverException in org.openqa.selenium.iphone
 

Subclasses of WebDriverException in org.openqa.selenium.iphone
static class IPhoneSimulatorCommandExecutor.IPhoneSimulatorNotRunningException
           
 

Uses of WebDriverException in org.openqa.selenium.os
 

Subclasses of WebDriverException in org.openqa.selenium.os
 class WindowsRegistryException
           
 

Uses of WebDriverException in org.openqa.selenium.remote
 

Subclasses of WebDriverException in org.openqa.selenium.remote
static class ErrorHandler.UnknownServerException
          Exception used as a place holder if the server returns an error without a stack trace.
 class JsonException
           
 class ScreenshotException
           
 

Methods in org.openqa.selenium.remote that return types with arguments of type WebDriverException
 Class<? extends WebDriverException> ErrorCodes.getExceptionType(int statusCode)
          Returns the exception type that corresponds to the given statusCode.
 

Uses of WebDriverException in org.openqa.selenium.support.events
 

Methods in org.openqa.selenium.support.events that throw WebDriverException
<X> X
EventFiringWebDriver.getScreenshotAs(OutputType<X> target)
           
 

Uses of WebDriverException in org.openqa.selenium.support.ui
 

Subclasses of WebDriverException in org.openqa.selenium.support.ui
 class UnexpectedTagNameException
           
 



Copyright © 2011. All Rights Reserved.