Class SetCursorPosition
- java.lang.Object
-
- com.thoughtworks.selenium.webdriven.SeleneseCommand<java.lang.Void>
-
- com.thoughtworks.selenium.webdriven.commands.SetCursorPosition
-
public class SetCursorPosition extends SeleneseCommand<java.lang.Void>
-
-
Constructor Summary
Constructors Constructor Description SetCursorPosition(JavascriptLibrary library, ElementFinder finder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Void
handleSeleneseCommand(org.openqa.selenium.WebDriver driver, java.lang.String locator, java.lang.String value)
-
Methods inherited from class com.thoughtworks.selenium.webdriven.SeleneseCommand
apply, setDefaultTimeout, toLong
-
-
-
-
Constructor Detail
-
SetCursorPosition
public SetCursorPosition(JavascriptLibrary library, ElementFinder finder)
-
-
Method Detail
-
handleSeleneseCommand
protected java.lang.Void handleSeleneseCommand(org.openqa.selenium.WebDriver driver, java.lang.String locator, java.lang.String value)
- Specified by:
handleSeleneseCommand
in classSeleneseCommand<java.lang.Void>
-
-