Uses of Package
org.openqa.selenium

Packages that use org.openqa.selenium
org.openqa.selenium   
org.openqa.selenium.browserlaunchers   
org.openqa.selenium.html5   
org.openqa.selenium.interactions   
org.openqa.selenium.interactions.internal   
org.openqa.selenium.interactions.touch   
org.openqa.selenium.internal   
org.openqa.selenium.logging   
org.openqa.selenium.remote   
org.openqa.selenium.security   
 

Classes in org.openqa.selenium used by org.openqa.selenium
Alert
           
Architecture
          Represents the known architectures used in WebDriver.
Beta
          Indicates that a feature or API is in active development, and so should not be relied upon.
By
          Mechanism used to locate elements within a document.
Capabilities
          Describes a series of key/value pairs that encapsulate aspects of a browser.
Cookie
           
Cookie.Builder
           
Dimension
          Similar to Point - implement locally to avoid depending on GWT.
Keyboard
          Interface representing basic keyboard operations.
Keys
          Representations of pressable keys that aren't text.
Mouse
          Interface representing basic mouse operations.
NoSuchElementException
          Thrown by WebDriver.findElement(By by) and WebElement.findElement(By by).
NotFoundException
           
OutputType
          Defines the output type for a screenshot.
Platform
          Represents the known and supported Platforms that WebDriver runs on.
Point
          A copy of java.awt.Point, to remove dependency on awt.
Proxy
          Configuration parameters for using proxies in WebDriver.
Proxy.ProxyType
           
ScreenOrientation
          Represents possible screen orientations.
SearchContext
           
TouchScreen
          Interface representing basic touch screen operations.
UnexpectedAlertBehaviour
           
WebDriver
          The main interface to use for testing, which represents an idealised web browser.
WebDriver.ImeHandler
          An interface for managing input methods.
WebDriver.Navigation
           
WebDriver.Options
          An interface for managing stuff you would do in a browser menu
WebDriver.TargetLocator
          Used to locate a given frame or window.
WebDriver.Timeouts
          An interface for managing timeout behavior for WebDriver instances.
WebDriver.Window
           
WebDriverException
           
WebElement
          Represents an HTML element.
 

Classes in org.openqa.selenium used by org.openqa.selenium.browserlaunchers
Capabilities
          Describes a series of key/value pairs that encapsulate aspects of a browser.
Proxy
          Configuration parameters for using proxies in WebDriver.
 

Classes in org.openqa.selenium used by org.openqa.selenium.html5
WebDriverException
           
 

Classes in org.openqa.selenium used by org.openqa.selenium.interactions
Keyboard
          Interface representing basic keyboard operations.
Keys
          Representations of pressable keys that aren't text.
Mouse
          Interface representing basic mouse operations.
WebDriver
          The main interface to use for testing, which represents an idealised web browser.
WebDriverException
           
WebElement
          Represents an HTML element.
 

Classes in org.openqa.selenium used by org.openqa.selenium.interactions.internal
Keyboard
          Interface representing basic keyboard operations.
Keys
          Representations of pressable keys that aren't text.
Mouse
          Interface representing basic mouse operations.
Point
          A copy of java.awt.Point, to remove dependency on awt.
TouchScreen
          Interface representing basic touch screen operations.
 

Classes in org.openqa.selenium used by org.openqa.selenium.interactions.touch
Keyboard
          Interface representing basic keyboard operations.
TouchScreen
          Interface representing basic touch screen operations.
WebDriver
          The main interface to use for testing, which represents an idealised web browser.
WebElement
          Represents an HTML element.
 

Classes in org.openqa.selenium used by org.openqa.selenium.internal
Point
          A copy of java.awt.Point, to remove dependency on awt.
WebDriver
          The main interface to use for testing, which represents an idealised web browser.
WebDriverException
           
WebElement
          Represents an HTML element.
 

Classes in org.openqa.selenium used by org.openqa.selenium.logging
Beta
          Indicates that a feature or API is in active development, and so should not be relied upon.
 

Classes in org.openqa.selenium used by org.openqa.selenium.remote
Capabilities
          Describes a series of key/value pairs that encapsulate aspects of a browser.
Platform
          Represents the known and supported Platforms that WebDriver runs on.
 

Classes in org.openqa.selenium used by org.openqa.selenium.security
Beta
          Indicates that a feature or API is in active development, and so should not be relied upon.
 



Copyright © 2012. All Rights Reserved.