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 CommandInfoMethods in org.openqa.selenium.remote with parameters of type CommandInfoModifier and TypeMethodDescriptionprotected voidHttpCommandExecutor.defineCommand(String commandName, CommandInfo info) It may be useful to extend the commands understood by thisHttpCommandExecutorat 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 anHttpCommandExecutorthat supports non-standardadditionalCommandsin 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 anDriverCommandExecutorthat supports non-standardadditionalCommandsin addition to the standard.