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.
SeleneseCommand Represents a single Selenese action
Selenium Defines an object that runs Selenium commands.
 

Class Summary
DefaultSeleneseCommand The default implementation of the SeleneseCommand 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.
SeleniumLogLevels An enumeration of logging levels
 

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 © 2006 null. All Rights Reserved.