Class AllowNativeXPath
- java.lang.Object
-
- com.thoughtworks.selenium.webdriven.SeleneseCommand<java.lang.Void>
-
- com.thoughtworks.selenium.webdriven.commands.AllowNativeXPath
-
public class AllowNativeXPath extends SeleneseCommand<java.lang.Void>
-
-
Constructor Summary
Constructors Constructor Description AllowNativeXPath()
-
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
-
-
-
-
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>
-
-