Uses of Interface
com.thoughtworks.selenium.webdriven.ScriptMutator
-
Packages that use ScriptMutator Package Description com.thoughtworks.selenium.webdriven com.thoughtworks.selenium.webdriven.commands -
-
Uses of ScriptMutator in com.thoughtworks.selenium.webdriven
Classes in com.thoughtworks.selenium.webdriven that implement ScriptMutator Modifier and Type Class 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.Methods in com.thoughtworks.selenium.webdriven with parameters of type ScriptMutator Modifier and Type Method Description void
CompoundMutator. addMutator(ScriptMutator mutator)
void
WebDriverCommandProcessor. addMutator(ScriptMutator mutator)
-
Uses of ScriptMutator in com.thoughtworks.selenium.webdriven.commands
Classes in com.thoughtworks.selenium.webdriven.commands that implement ScriptMutator Modifier and Type Class Description class
MethodDeclaration
Constructors in com.thoughtworks.selenium.webdriven.commands with parameters of type ScriptMutator Constructor Description GetEval(ScriptMutator mutator)
RunScript(ScriptMutator mutator)
WaitForCondition(ScriptMutator mutator, java.lang.Runnable sleepUntil)
-