org.openqa.selenium
Class SeleneseCommandExecutor
java.lang.Object
org.openqa.selenium.SeleneseCommandExecutor
- All Implemented Interfaces:
- org.openqa.selenium.remote.CommandExecutor
public class SeleneseCommandExecutor
- extends Object
- implements org.openqa.selenium.remote.CommandExecutor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeleneseCommandExecutor
public SeleneseCommandExecutor(URL seleniumServer,
URL remoteAddress,
org.openqa.selenium.Capabilities capabilities)
SeleneseCommandExecutor
public SeleneseCommandExecutor(com.thoughtworks.selenium.CommandProcessor processor)
SeleneseCommandExecutor
public SeleneseCommandExecutor(com.thoughtworks.selenium.Selenium instance)
getWrappedSelenium
public com.thoughtworks.selenium.Selenium getWrappedSelenium()
execute
public org.openqa.selenium.remote.Response execute(org.openqa.selenium.remote.Command command)
- Specified by:
execute
in interface org.openqa.selenium.remote.CommandExecutor
addCommand
public void addCommand(String methodName,
SeleneseFunction command)
Copyright © 2012. All Rights Reserved.