Classes
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.
Any JS to be executed will be wrapped in an "eval" block so that a
meaningful return value can be created.
|
![]() | FunctionDeclaration |
A mechanism for taking a function declaration from a script meant for Selenium Core
and converting to something that webdriver can evaluate.
|
![]() | JavaScriptLibrary |
Provides the internal JavaScript library.
|
![]() | SeleniumMutator |
A mechanism for taking a script meant for Selenium Core
and converting to something that webdriver can evaluate.
|
![]() | VariableDeclaration |
A mechanism for taking a variable declaration from a script meant for Selenium Core
and converting to something that webdriver can evaluate.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IFilterFunction |
Provides a method by which to filter elements.
|
![]() | IScriptMutator |
A mechanism for taking a single method from a script meant for Selenium Core
and converting to something that webdriver can evaluate.
|