| 程序包 | 说明 |
|---|---|
| com.thoughtworks.selenium.webdriven | |
| com.thoughtworks.selenium.webdriven.commands |
| 限定符和类型 | 类和说明 |
|---|---|
class |
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.
|
class |
FunctionDeclaration
Models a function declaration.
|
class |
SeleniumMutator
Add a function backed by the closure-based implementation of Selenium Core.
|
class |
VariableDeclaration
Prepend a variable declaration to a script.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WebDriverCommandProcessor.addMutator(ScriptMutator mutator) |
void |
CompoundMutator.addMutator(ScriptMutator mutator) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MethodDeclaration |
| 构造器和说明 |
|---|
GetEval(ScriptMutator mutator) |
RunScript(ScriptMutator mutator) |
WaitForCondition(ScriptMutator mutator) |