Class AddLocationStrategy
- java.lang.Object
-
- com.thoughtworks.selenium.webdriven.SeleneseCommand<java.lang.Void>
-
- com.thoughtworks.selenium.webdriven.commands.AddLocationStrategy
-
public class AddLocationStrategy extends SeleneseCommand<java.lang.Void>
-
-
Constructor Summary
Constructors Constructor Description AddLocationStrategy(ElementFinder elementFinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.VoidhandleSeleneseCommand(org.openqa.selenium.WebDriver driver, java.lang.String strategyName, java.lang.String functionDefinition)-
Methods inherited from class com.thoughtworks.selenium.webdriven.SeleneseCommand
apply, setDefaultTimeout, toLong
-
-
-
-
Constructor Detail
-
AddLocationStrategy
public AddLocationStrategy(ElementFinder elementFinder)
-
-
Method Detail
-
handleSeleneseCommand
protected java.lang.Void handleSeleneseCommand(org.openqa.selenium.WebDriver driver, java.lang.String strategyName, java.lang.String functionDefinition)- Specified by:
handleSeleneseCommandin classSeleneseCommand<java.lang.Void>
-
-