Package com.thoughtworks.selenium

Provides the Selenium Java Client Driver classes.

See:
          Description

Interface Summary
CommandProcessor Provides a doCommand method, which sends the command to the browser to be performed.
RemoteCommand Represents a single remote action
Selenium Defines an object that runs Selenium commands.
 

Class Summary
BrowserConfigurationOptions Contains parameters for a single Selenium browser session.
DefaultRemoteCommand The default implementation of the RemoteCommand interface
DefaultSelenium The default implementation of the Selenium interface; end users will primarily interact with this object.
HttpCommandProcessor Sends commands and retrieves results via HTTP.
SeleneseTestBase Provides a base class that implements some handy functionality for Selenium testing (you are not required to extend this class).
SeleneseTestCase Provides a JUnit TestCase base class that implements some handy functionality for Selenium testing (you are not required to extend this class).
SeleniumLogLevels An enumeration of logging levels
Wait A utility class, designed to help the user automatically wait until a condition turns true.
 

Exception Summary
SeleniumCommandTimedOutException Thrown to indicate that the remote process failed to respond within a specified timeout.
SeleniumException Thrown when a Selenium command fails.
 

Package com.thoughtworks.selenium Description

Provides the Selenium Java Client Driver classes. These classes are intended to be used together with the Selenium Server.



Copyright © 2011. All Rights Reserved.