Class RemoteExecuteMethod

java.lang.Object
org.openqa.selenium.remote.RemoteExecuteMethod
All Implemented Interfaces:
ExecuteMethod, WrapsDriver

public class RemoteExecuteMethod extends Object implements ExecuteMethod, WrapsDriver
  • Constructor Details

  • Method Details

    • 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 execute
      parameters - The parameters to execute that command with
      Returns:
      The result of Response.getValue().
    • getWrappedDriver

      public WebDriver getWrappedDriver()
      Specified by:
      getWrappedDriver in interface WrapsDriver
      Returns:
      The driver that contains this element.