Uses of Class
com.thoughtworks.selenium.webdriven.SeleneseCommand
-
Packages that use SeleneseCommand Package Description com.thoughtworks.selenium.webdriven com.thoughtworks.selenium.webdriven.commands -
-
Uses of SeleneseCommand in com.thoughtworks.selenium.webdriven
Methods in com.thoughtworks.selenium.webdriven that return SeleneseCommand Modifier and Type Method Description SeleneseCommand<?>
WebDriverCommandProcessor. getMethod(java.lang.String methodName)
Methods in com.thoughtworks.selenium.webdriven with parameters of type SeleneseCommand Modifier and Type Method Description void
WebDriverCommandProcessor. addMethod(java.lang.String methodName, SeleneseCommand<?> command)
<T> T
Timer. run(SeleneseCommand<T> command, org.openqa.selenium.WebDriver driver, java.lang.String[] args)
-
Uses of SeleneseCommand in com.thoughtworks.selenium.webdriven.commands
-