Package | Description |
---|---|
org.openqa.selenium | |
org.openqa.selenium.internal.seleniumemulation |
Modifier and Type | Method and Description |
---|---|
void |
WebDriverCommandProcessor.addMutator(ScriptMutator mutator) |
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 |
MethodDeclaration |
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 |
CompoundMutator.addMutator(ScriptMutator mutator) |
Constructor and Description |
---|
GetEval(ScriptMutator mutator) |
RunScript(ScriptMutator mutator) |
WaitForCondition(ScriptMutator mutator) |
Copyright © 2013. All rights reserved.