org.openqa.selenium.remote
Class RemoteExecuteMethod
java.lang.Object
org.openqa.selenium.remote.RemoteExecuteMethod
- All Implemented Interfaces:
- ExecuteMethod
public class RemoteExecuteMethod
- extends Object
- implements ExecuteMethod
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteExecuteMethod
public RemoteExecuteMethod(RemoteWebDriver driver)
execute
public Object execute(String commandName,
Map<String,?> parameters)
- Description copied from interface:
ExecuteMethod
- Execute the given command on the remote webdriver server. Any exceptions will be thrown by the
underlying execute method.
- Specified by:
execute in interface ExecuteMethod
- Parameters:
commandName - The remote command to executeparameters - The parameters to execute that command with
- Returns:
- The result of
Response.getValue().
Copyright © 2013. All rights reserved.