Interface ExecuteMethod

All Known Implementing Classes:
RemoteExecuteMethod

public interface ExecuteMethod
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(String commandName, Map<String,?> parameters)
    Execute the given command on the remote webdriver server.
  • Method Details

    • execute

      Object execute(String commandName, Map<String,?> parameters)
      Execute the given command on the remote webdriver server. Any exceptions will be thrown by the underlying execute method.
      Parameters:
      commandName - The remote command to execute
      parameters - The parameters to execute that command with
      Returns:
      The result of Response.getValue().