public class AppiumCommandExecutor
extends org.openqa.selenium.remote.HttpCommandExecutor
| Constructor and Description |
|---|
AppiumCommandExecutor(Map<String,org.openqa.selenium.remote.CommandInfo> additionalCommands,
org.openqa.selenium.remote.service.DriverService service) |
AppiumCommandExecutor(Map<String,org.openqa.selenium.remote.CommandInfo> additionalCommands,
org.openqa.selenium.remote.service.DriverService service,
org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory) |
AppiumCommandExecutor(Map<String,org.openqa.selenium.remote.CommandInfo> additionalCommands,
URL addressOfRemoteServer) |
AppiumCommandExecutor(Map<String,org.openqa.selenium.remote.CommandInfo> additionalCommands,
URL addressOfRemoteServer,
org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.remote.Response |
execute(org.openqa.selenium.remote.Command command) |
public AppiumCommandExecutor(Map<String,org.openqa.selenium.remote.CommandInfo> additionalCommands, URL addressOfRemoteServer, org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory)
public AppiumCommandExecutor(Map<String,org.openqa.selenium.remote.CommandInfo> additionalCommands, org.openqa.selenium.remote.service.DriverService service, org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory)
public AppiumCommandExecutor(Map<String,org.openqa.selenium.remote.CommandInfo> additionalCommands, URL addressOfRemoteServer)
public org.openqa.selenium.remote.Response execute(org.openqa.selenium.remote.Command command)
throws IOException,
org.openqa.selenium.WebDriverException
execute in interface org.openqa.selenium.remote.CommandExecutorexecute in class org.openqa.selenium.remote.HttpCommandExecutorIOExceptionorg.openqa.selenium.WebDriverExceptionCopyright © 2015. All rights reserved.