|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 | |
---|---|
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. |
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. |
Provides the Selenium Java Client Driver classes. These classes are intended to be used together with the Selenium Server.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |