Package org.openqa.selenium.remote
Class RemoteExecuteMethod
java.lang.Object
org.openqa.selenium.remote.RemoteExecuteMethod
- All Implemented Interfaces:
ExecuteMethod
,WrapsDriver
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoteExecuteMethod
-
-
Method Details
-
execute
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 interfaceExecuteMethod
- Parameters:
commandName
- The remote command to executeparameters
- The parameters to execute that command with- Returns:
- The result of
Response.getValue()
.
-
getWrappedDriver
- Specified by:
getWrappedDriver
in interfaceWrapsDriver
- Returns:
- The driver that contains this element.
-