public class SeleneseCommandExecutor extends java.lang.Object implements CommandExecutor
Constructor and Description |
---|
SeleneseCommandExecutor(CommandProcessor processor) |
SeleneseCommandExecutor(Selenium instance) |
SeleneseCommandExecutor(java.net.URL seleniumServer,
java.net.URL remoteAddress,
Capabilities capabilities) |
Modifier and Type | Method and Description |
---|---|
void |
addCommand(java.lang.String methodName,
org.openqa.selenium.internal.selenesedriver.SeleneseFunction<?> command) |
Response |
execute(Command command) |
Selenium |
getWrappedSelenium() |
public SeleneseCommandExecutor(java.net.URL seleniumServer, java.net.URL remoteAddress, Capabilities capabilities)
public SeleneseCommandExecutor(CommandProcessor processor)
public SeleneseCommandExecutor(Selenium instance)
public Selenium getWrappedSelenium()
public Response execute(Command command)
execute
in interface CommandExecutor
public void addCommand(java.lang.String methodName, org.openqa.selenium.internal.selenesedriver.SeleneseFunction<?> command)