Uses of Class
org.openqa.selenium.remote.CommandInfo
Packages that use CommandInfo
Package
Description
-
Uses of CommandInfo in org.openqa.selenium.chrome
Methods in org.openqa.selenium.chrome that return types with arguments of type CommandInfoModifier and TypeMethodDescriptionAddHasCasting.getAdditionalCommands()
AddHasCdp.getAdditionalCommands()
-
Uses of CommandInfo in org.openqa.selenium.chromium
Methods in org.openqa.selenium.chromium that return types with arguments of type CommandInfoModifier and TypeMethodDescriptionabstract Map<String,
CommandInfo> AddHasCasting.getAdditionalCommands()
abstract Map<String,
CommandInfo> AddHasCdp.getAdditionalCommands()
AddHasLaunchApp.getAdditionalCommands()
AddHasNetworkConditions.getAdditionalCommands()
AddHasPermissions.getAdditionalCommands()
Constructor parameters in org.openqa.selenium.chromium with type arguments of type CommandInfoModifierConstructorDescriptionChromiumDriverCommandExecutor
(DriverService service, Map<String, CommandInfo> extraCommands) ChromiumDriverCommandExecutor
(DriverService service, Map<String, CommandInfo> extraCommands, ClientConfig clientConfig) -
Uses of CommandInfo in org.openqa.selenium.edge
Methods in org.openqa.selenium.edge that return types with arguments of type CommandInfoModifier and TypeMethodDescriptionAddHasCasting.getAdditionalCommands()
AddHasCdp.getAdditionalCommands()
-
Uses of CommandInfo in org.openqa.selenium.firefox
Methods in org.openqa.selenium.firefox that return types with arguments of type CommandInfoModifier and TypeMethodDescriptionAddHasContext.getAdditionalCommands()
AddHasExtensions.getAdditionalCommands()
AddHasFullPageScreenshot.getAdditionalCommands()
-
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, ClientConfig config) HttpCommandExecutor
(Map<String, CommandInfo> additionalCommands, URL addressOfRemoteServer, HttpClient.Factory httpClientFactory) HttpCommandExecutor
(Map<String, CommandInfo> additionalCommands, ClientConfig config, 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, ClientConfig clientConfig) Creates anDriverCommandExecutor
that supports non-standardadditionalCommands
in addition to the standard. -
Uses of CommandInfo in org.openqa.selenium.safari
Methods in org.openqa.selenium.safari that return types with arguments of type CommandInfoModifier and TypeMethodDescriptionAddHasDebugger.getAdditionalCommands()
AddHasPermissions.getAdditionalCommands()