Package | Description |
---|---|
org.openqa.selenium.remote |
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) |
HttpCommandExecutor(Map<String,CommandInfo> additionalCommands,
URL addressOfRemoteServer,
HttpClient.Factory httpClientFactory) |
Copyright © 2015. All rights reserved.