Uses of Class
org.openqa.selenium.remote.CommandInfo
Package
Description
-
Uses of CommandInfo in org.openqa.selenium.chrome
Modifier and TypeMethodDescriptionAddHasCasting.getAdditionalCommands()
AddHasCdp.getAdditionalCommands()
-
Uses of CommandInfo in org.openqa.selenium.chromium
Modifier and TypeMethodDescriptionabstract Map<String,
CommandInfo> AddHasCasting.getAdditionalCommands()
abstract Map<String,
CommandInfo> AddHasCdp.getAdditionalCommands()
AddHasLaunchApp.getAdditionalCommands()
AddHasNetworkConditions.getAdditionalCommands()
AddHasPermissions.getAdditionalCommands()
ModifierConstructorDescriptionChromiumDriverCommandExecutor
(DriverService service, Map<String, CommandInfo> extraCommands) ChromiumDriverCommandExecutor
(DriverService service, Map<String, CommandInfo> extraCommands, ClientConfig clientConfig) -
Uses of CommandInfo in org.openqa.selenium.edge
Modifier and TypeMethodDescriptionAddHasCasting.getAdditionalCommands()
AddHasCdp.getAdditionalCommands()
-
Uses of CommandInfo in org.openqa.selenium.firefox
Modifier and TypeMethodDescriptionAddHasContext.getAdditionalCommands()
AddHasExtensions.getAdditionalCommands()
AddHasFullPageScreenshot.getAdditionalCommands()
-
Uses of CommandInfo in org.openqa.selenium.remote
Modifier and TypeMethodDescriptionAdditionalHttpCommands.getAdditionalCommands()
HttpCommandExecutor.getAdditionalCommands()
Returns an immutable view of the additional commands.Modifier 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.ModifierConstructorDescriptionHttpCommandExecutor
(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
ModifierConstructorDescriptionDriverCommandExecutor
(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
Modifier and TypeMethodDescriptionAddHasDebugger.getAdditionalCommands()
AddHasPermissions.getAdditionalCommands()