Uses of Class
org.openqa.selenium.remote.CommandInfo
-
Packages that use CommandInfo Package Description org.openqa.selenium.remote org.openqa.selenium.remote.service -
-
Uses of CommandInfo in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return types with arguments of type CommandInfo Modifier and Type Method Description java.util.Map<java.lang.String,CommandInfo>
AdditionalHttpCommands. getAdditionalCommands()
Methods in org.openqa.selenium.remote with parameters of type CommandInfo Modifier and Type Method Description protected void
HttpCommandExecutor. defineCommand(java.lang.String commandName, CommandInfo info)
It may be useful to extend the commands understood by thisHttpCommandExecutor
at run time, and this can be achieved via this method.Constructor parameters in org.openqa.selenium.remote with type arguments of type CommandInfo Constructor Description HttpCommandExecutor(java.util.Map<java.lang.String,CommandInfo> additionalCommands, java.net.URL addressOfRemoteServer)
Creates anHttpCommandExecutor
that supports non-standardadditionalCommands
in addition to the standard.HttpCommandExecutor(java.util.Map<java.lang.String,CommandInfo> additionalCommands, java.net.URL addressOfRemoteServer, org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory)
HttpCommandExecutor(java.util.Map<java.lang.String,CommandInfo> additionalCommands, org.openqa.selenium.remote.http.ClientConfig config, org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory)
-
Uses of CommandInfo in org.openqa.selenium.remote.service
Constructor parameters in org.openqa.selenium.remote.service with type arguments of type CommandInfo Constructor Description DriverCommandExecutor(DriverService service, java.util.Map<java.lang.String,CommandInfo> additionalCommands)
Creates anDriverCommandExecutor
that supports non-standardadditionalCommands
in addition to the standard.
-