| 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 |
|---|---|
| FunctionDeclaration |
Models a function declaration.
|
| MutatorUtils |
Utilities for mutator.
|
| SeleneseRunnerMutator |
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.
|
| VariableDeclaration |
Prepend a variable declaration to a script.
|
| VariableDeclarationWithDynamicValue |
Variable declaration with dynamic value.
|
Copyright © 2017. All rights reserved.