Package | Description |
---|---|
com.thoughtworks.selenium.webdriven | |
com.thoughtworks.selenium.webdriven.commands |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
WebDriverCommandProcessor.addMutator(ScriptMutator mutator) |
void |
CompoundMutator.addMutator(ScriptMutator mutator) |
Modifier and Type | Class and Description |
---|---|
class |
MethodDeclaration |
Constructor and Description |
---|
GetEval(ScriptMutator mutator) |
RunScript(ScriptMutator mutator) |
WaitForCondition(ScriptMutator mutator) |
Copyright © 2016. All rights reserved.