Uses of Class
org.openqa.selenium.remote.CommandInfo
Packages that use CommandInfo
-
Uses of CommandInfo in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return types with arguments of type CommandInfoModifier and TypeMethodDescriptionAdditionalHttpCommands.getAdditionalCommands()
HttpCommandExecutor.getAdditionalCommands()
Returns an immutable view of the additional commands.Methods in org.openqa.selenium.remote with parameters of type CommandInfoModifier and TypeMethodDescriptionprotected void
HttpCommandExecutor.addAdditionalCommand
(String commandName, CommandInfo info) Adds or updates additional commands.protected void
HttpCommandExecutor.defineCommand
(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 CommandInfoModifierConstructorDescriptionHttpCommandExecutor
(Map<String, CommandInfo> additionalCommands, URL addressOfRemoteServer) Creates anHttpCommandExecutor
that supports non-standardadditionalCommands
in addition to the standard.HttpCommandExecutor
(Map<String, CommandInfo> additionalCommands, URL addressOfRemoteServer, org.openqa.selenium.remote.http.ClientConfig config) HttpCommandExecutor
(Map<String, CommandInfo> additionalCommands, URL addressOfRemoteServer, org.openqa.selenium.remote.http.HttpClient.Factory httpClientFactory) HttpCommandExecutor
(Map<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 CommandInfoModifierConstructorDescriptionDriverCommandExecutor
(DriverService service, Map<String, CommandInfo> additionalCommands, org.openqa.selenium.remote.http.ClientConfig clientConfig) Creates anDriverCommandExecutor
that supports non-standardadditionalCommands
in addition to the standard.