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.
|
ExplodingSupplier | |
FunctionDeclaration |
Models a function declaration.
|
SeleniumMutator |
Add a function backed by the closure-based implementation of Selenium Core.
|
VariableDeclaration |
Prepend a variable declaration to a script.
|
WebDriverBackedSelenium | |
WebDriverCommandProcessor |
A CommandProcessor which delegates commands down to an underlying webdriver instance.
|