Package | Description |
---|---|
org.openqa.selenium.remote | |
org.openqa.selenium.remote.service |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpCommandExecutor.defineCommand(String commandName,
CommandInfo info)
It may be useful to extend the commands understood by this
HttpCommandExecutor at run
time, and this can be achieved via this method. |
Constructor and Description |
---|
HttpCommandExecutor(Map<String,CommandInfo> additionalCommands,
URL addressOfRemoteServer)
Creates an
HttpCommandExecutor that supports non-standard
additionalCommands in addition to the standard. |
HttpCommandExecutor(Map<String,CommandInfo> additionalCommands,
URL addressOfRemoteServer,
HttpClient.Factory httpClientFactory) |
Constructor and Description |
---|
DriverCommandExecutor(DriverService service,
Map<String,CommandInfo> additionalCommands)
Creates an
DriverCommandExecutor that supports non-standard
additionalCommands in addition to the standard. |
Copyright © 2016. All rights reserved.