org.openqa.selenium
Class SeleneseCommandExecutor
java.lang.Object
org.openqa.selenium.SeleneseCommandExecutor
- All Implemented Interfaces:
- CommandExecutor
public class SeleneseCommandExecutor
- extends java.lang.Object
- implements CommandExecutor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeleneseCommandExecutor
public SeleneseCommandExecutor(java.net.URL seleniumServer,
java.net.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(java.lang.String methodName,
SeleneseFunction command)
Copyright © 2012. All Rights Reserved.