Uses of Package
org.openqa.selenium

Packages that use org.openqa.selenium
org.openqa.selenium   
org.openqa.selenium.android   
org.openqa.selenium.browserlaunchers   
org.openqa.selenium.chrome   
org.openqa.selenium.firefox   
org.openqa.selenium.firefox.internal   
org.openqa.selenium.html5   
org.openqa.selenium.htmlunit   
org.openqa.selenium.ie   
org.openqa.selenium.interactions   
org.openqa.selenium.interactions.internal   
org.openqa.selenium.internal   
org.openqa.selenium.internal.seleniumemulation   
org.openqa.selenium.iphone   
org.openqa.selenium.lift   
org.openqa.selenium.lift.find   
org.openqa.selenium.lift.match   
org.openqa.selenium.os   
org.openqa.selenium.remote   
org.openqa.selenium.remote.server   
org.openqa.selenium.remote.server.handler   
org.openqa.selenium.server   
org.openqa.selenium.server.browserlaunchers   
org.openqa.selenium.server.htmlrunner   
org.openqa.selenium.support   
org.openqa.selenium.support.events   
org.openqa.selenium.support.events.internal   
org.openqa.selenium.support.pagefactory   
org.openqa.selenium.support.ui   
 

Classes in org.openqa.selenium used by org.openqa.selenium
Alert
           
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
           
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.
WebDriverException
           
WebElement
          Represents an HTML element.
 

Classes in org.openqa.selenium used by org.openqa.selenium.android
HasCapabilities
          Used by classes to indicate that they can describe the Capabilities they possess.
HasInputDevices
          Interface implemented by each driver that allows access to the raw input devices.
JavascriptExecutor
          Indicates that a driver can execute JavaScript, providing access to the mechanism to do so.
OutputType
          Defines the output type for a screenshot.
Rotatable
          Represents rotation of the browser view for orientation-sensitive devices.
ScreenOrientation
          Represents possible screen orientations.
SearchContext
           
TakesScreenshot
          Indicates a driver that can capture a screenshot and store it in different ways.
WebDriver
          The main interface to use for testing, which represents an idealised web browser.
WebDriverException
           
 

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.chrome
Capabilities
          Describes a series of key/value pairs that encapsulate aspects of a browser.
HasCapabilities
          Used by classes to indicate that they can describe the Capabilities they possess.
HasInputDevices
          Interface implemented by each driver that allows access to the raw input devices.
JavascriptExecutor
          Indicates that a driver can execute JavaScript, providing access to the mechanism to do so.
OutputType
          Defines the output type for a screenshot.
SearchContext
           
TakesScreenshot
          Indicates a driver that can capture a screenshot and store it in different ways.
WebDriver
          The main interface to use for testing, which represents an idealised web browser.
WebDriverException
           
 

Classes in org.openqa.selenium used by org.openqa.selenium.firefox
Capabilities
          Describes a series of key/value pairs that encapsulate aspects of a browser.
HasCapabilities
          Used by classes to indicate that they can describe the Capabilities they possess.
HasInputDevices
          Interface implemented by each driver that allows access to the raw input devices.
JavascriptExecutor
          Indicates that a driver can execute JavaScript, providing access to the mechanism to do so.
OutputType
          Defines the output type for a screenshot.
Proxy
          Configuration parameters for using proxies in WebDriver.
SearchContext
           
TakesScreenshot
          Indicates a driver that can capture a screenshot and store it in different ways.
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.firefox.internal
Platform
          Represents the known and supported Platforms that WebDriver runs on.
 

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

Classes in org.openqa.selenium used by org.openqa.selenium.htmlunit
By
          Mechanism used to locate elements within a document.
Capabilities
          Describes a series of key/value pairs that encapsulate aspects of a browser.
Dimension
          Similar to Point - implement locally to avoid depending on GWT.
HasCapabilities
          Used by classes to indicate that they can describe the Capabilities they possess.
HasInputDevices
          Interface implemented by each driver that allows access to the raw input devices.
JavascriptExecutor
          Indicates that a driver can execute JavaScript, providing access to the mechanism to do so.
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.
SearchContext
           
WebDriver
          The main interface to use for testing, which represents an idealised web browser.
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.
WebElement
          Represents an HTML element.
 

Classes in org.openqa.selenium used by org.openqa.selenium.ie
Capabilities
          Describes a series of key/value pairs that encapsulate aspects of a browser.
HasCapabilities
          Used by classes to indicate that they can describe the Capabilities they possess.
HasInputDevices
          Interface implemented by each driver that allows access to the raw input devices.
JavascriptExecutor
          Indicates that a driver can execute JavaScript, providing access to the mechanism to do so.
OutputType
          Defines the output type for a screenshot.
SearchContext
           
TakesScreenshot
          Indicates a driver that can capture a screenshot and store it in different ways.
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.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.
 

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.internal.seleniumemulation
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.iphone
HasCapabilities
          Used by classes to indicate that they can describe the Capabilities they possess.
HasInputDevices
          Interface implemented by each driver that allows access to the raw input devices.
JavascriptExecutor
          Indicates that a driver can execute JavaScript, providing access to the mechanism to do so.
OutputType
          Defines the output type for a screenshot.
SearchContext
           
TakesScreenshot
          Indicates a driver that can capture a screenshot and store it in different ways.
WebDriver
          The main interface to use for testing, which represents an idealised web browser.
WebDriver.TargetLocator
          Used to locate a given frame or window.
WebDriverException
           
 

Classes in org.openqa.selenium used by org.openqa.selenium.lift
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.lift.find
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.lift.match
WebElement
          Represents an HTML element.
 

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

Classes in org.openqa.selenium used by org.openqa.selenium.remote
Alert
           
By
          Mechanism used to locate elements within a document.
Capabilities
          Describes a series of key/value pairs that encapsulate aspects of a browser.
Cookie
           
Dimension
          Similar to Point - implement locally to avoid depending on GWT.
HasCapabilities
          Used by classes to indicate that they can describe the Capabilities they possess.
HasInputDevices
          Interface implemented by each driver that allows access to the raw input devices.
JavascriptExecutor
          Indicates that a driver can execute JavaScript, providing access to the mechanism to do so.
Keyboard
          Interface representing basic keyboard operations.
Mouse
          Interface representing basic mouse operations.
Platform
          Represents the known and supported Platforms that WebDriver runs on.
Point
          A copy of java.awt.Point, to remove dependency on awt.
SearchContext
           
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.
WebDriverException
           
WebElement
          Represents an HTML element.
 

Classes in org.openqa.selenium used by org.openqa.selenium.remote.server
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.
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.remote.server.handler
By
          Mechanism used to locate elements within a document.
Cookie
           
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.server
Capabilities
          Describes a series of key/value pairs that encapsulate aspects of a browser.
 

Classes in org.openqa.selenium used by org.openqa.selenium.server.browserlaunchers
Capabilities
          Describes a series of key/value pairs that encapsulate aspects of a browser.
 

Classes in org.openqa.selenium used by org.openqa.selenium.server.htmlrunner
Capabilities
          Describes a series of key/value pairs that encapsulate aspects of a browser.
 

Classes in org.openqa.selenium used by org.openqa.selenium.support
By
          Mechanism used to locate elements within a document.
SearchContext
           
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.support.events
By
          Mechanism used to locate elements within a document.
HasInputDevices
          Interface implemented by each driver that allows access to the raw input devices.
JavascriptExecutor
          Indicates that a driver can execute JavaScript, providing access to the mechanism to do so.
Keyboard
          Interface representing basic keyboard operations.
Mouse
          Interface representing basic mouse operations.
OutputType
          Defines the output type for a screenshot.
SearchContext
           
TakesScreenshot
          Indicates a driver that can capture a screenshot and store it in different ways.
WebDriver
          The main interface to use for testing, which represents an idealised web browser.
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.
WebDriverException
           
WebElement
          Represents an HTML element.
 

Classes in org.openqa.selenium used by org.openqa.selenium.support.events.internal
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.
 

Classes in org.openqa.selenium used by org.openqa.selenium.support.pagefactory
By
          Mechanism used to locate elements within a document.
SearchContext
           
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.support.ui
WebDriver
          The main interface to use for testing, which represents an idealised web browser.
WebDriverException
           
WebElement
          Represents an HTML element.
 



Copyright © 2011. All Rights Reserved.