See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
SeleniumCommandTimedOutException |
Thrown to indicate that the remote process failed to respond within a specified
timeout.
|
SeleniumException |
Thrown when a Selenium command fails.
|
Copyright © 2012. All Rights Reserved.