Interface | Description |
---|---|
ScriptMutator |
A mechanism for taking a single method from a script meant for Selenium Core and converting to
something that webdriver can evaluate.
|
Class | Description |
---|---|
CompoundMutator |
A class that collects together a group of other mutators and applies them in the order they've
been added to any script that needs modification.
|
ElementFinder | |
FunctionDeclaration |
Models a function declaration.
|
JavascriptLibrary | |
SeleneseCommand<T> | |
SeleniumMutator |
Add a function backed by the closure-based implementation of Selenium Core.
|
Timer | |
VariableDeclaration |
Prepend a variable declaration to a script.
|
WebDriverBackedSelenium | |
WebDriverBackedSeleniumServlet |
An implementation of the original selenium rc server endpoint, using a webdriver-backed selenium
in order to get things working.
|
WebDriverCommandProcessor |
A CommandProcessor which delegates commands down to an underlying webdriver instance.
|
Windows |