public class AppiumCommandExecutor
extends org.openqa.selenium.remote.HttpCommandExecutor
Constructor and Description |
---|
AppiumCommandExecutor(java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> additionalCommands,
org.openqa.selenium.remote.service.DriverService service) |
AppiumCommandExecutor(java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> additionalCommands,
org.openqa.selenium.remote.service.DriverService service,
org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory) |
AppiumCommandExecutor(java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> additionalCommands,
java.net.URL addressOfRemoteServer) |
AppiumCommandExecutor(java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> additionalCommands,
java.net.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) |
protected java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> |
getAdditionalCommands() |
protected org.openqa.selenium.remote.http.HttpClient |
getClient() |
protected org.openqa.selenium.remote.CommandCodec<org.openqa.selenium.remote.http.HttpRequest> |
getCommandCodec() |
protected <B> B |
getPrivateFieldValue(java.lang.String fieldName,
java.lang.Class<B> fieldType) |
protected void |
setCommandCodec(org.openqa.selenium.remote.CommandCodec<org.openqa.selenium.remote.http.HttpRequest> newCodec) |
protected void |
setPrivateFieldValue(java.lang.String fieldName,
java.lang.Object newValue) |
protected void |
setResponseCodec(org.openqa.selenium.remote.ResponseCodec<org.openqa.selenium.remote.http.HttpResponse> codec) |
public AppiumCommandExecutor(java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> additionalCommands, org.openqa.selenium.remote.service.DriverService service, org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory)
public AppiumCommandExecutor(java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> additionalCommands, java.net.URL addressOfRemoteServer, org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory)
public AppiumCommandExecutor(java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> additionalCommands, java.net.URL addressOfRemoteServer)
public AppiumCommandExecutor(java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> additionalCommands, org.openqa.selenium.remote.service.DriverService service)
protected <B> B getPrivateFieldValue(java.lang.String fieldName, java.lang.Class<B> fieldType)
protected void setPrivateFieldValue(java.lang.String fieldName, java.lang.Object newValue)
protected java.util.Map<java.lang.String,org.openqa.selenium.remote.CommandInfo> getAdditionalCommands()
protected org.openqa.selenium.remote.CommandCodec<org.openqa.selenium.remote.http.HttpRequest> getCommandCodec()
protected void setCommandCodec(org.openqa.selenium.remote.CommandCodec<org.openqa.selenium.remote.http.HttpRequest> newCodec)
protected void setResponseCodec(org.openqa.selenium.remote.ResponseCodec<org.openqa.selenium.remote.http.HttpResponse> codec)
protected org.openqa.selenium.remote.http.HttpClient getClient()
public org.openqa.selenium.remote.Response execute(org.openqa.selenium.remote.Command command) throws org.openqa.selenium.WebDriverException
execute
in interface org.openqa.selenium.remote.CommandExecutor
execute
in class org.openqa.selenium.remote.HttpCommandExecutor
org.openqa.selenium.WebDriverException