org.openqa.selenium
Class SeleneseCommandExecutor
java.lang.Object
org.openqa.selenium.SeleneseCommandExecutor
- All Implemented Interfaces:
- CommandExecutor
public class SeleneseCommandExecutor
- extends Object
- implements 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,
Capabilities capabilities)
SeleneseCommandExecutor
public SeleneseCommandExecutor(CommandProcessor processor)
SeleneseCommandExecutor
public SeleneseCommandExecutor(Selenium instance)
getWrappedSelenium
public Selenium getWrappedSelenium()
execute
public Response execute(Command command)
- Specified by:
execute
in interface CommandExecutor
addCommand
public void addCommand(String methodName,
SeleneseFunction command)
Copyright © 2011. All Rights Reserved.