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 classCompoundMutatorA 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.classFunctionDeclarationModels a function declaration.classSeleniumMutatorAdd a function backed by the closure-based implementation of Selenium Core.classVariableDeclarationPrepend a variable declaration to a script.Methods in com.thoughtworks.selenium.webdriven with parameters of type ScriptMutator Modifier and Type Method Description voidCompoundMutator. addMutator(ScriptMutator mutator)voidWebDriverCommandProcessor. 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 classMethodDeclarationConstructors 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)
-