Uses of Class
org.openqa.selenium.remote.CommandInfo
-
-
Uses of CommandInfo in org.openqa.selenium.chrome
Methods in org.openqa.selenium.chrome that return types with arguments of type CommandInfo Modifier and Type Method Description java.util.Map<java.lang.String,CommandInfo>
AddHasCasting. getAdditionalCommands()
java.util.Map<java.lang.String,CommandInfo>
AddHasCdp. getAdditionalCommands()
-
Uses of CommandInfo in org.openqa.selenium.chromium
Methods in org.openqa.selenium.chromium that return types with arguments of type CommandInfo Modifier and Type Method Description abstract java.util.Map<java.lang.String,CommandInfo>
AddHasCasting. getAdditionalCommands()
abstract java.util.Map<java.lang.String,CommandInfo>
AddHasCdp. getAdditionalCommands()
java.util.Map<java.lang.String,CommandInfo>
AddHasLaunchApp. getAdditionalCommands()
java.util.Map<java.lang.String,CommandInfo>
AddHasNetworkConditions. getAdditionalCommands()
java.util.Map<java.lang.String,CommandInfo>
AddHasPermissions. getAdditionalCommands()
Constructor parameters in org.openqa.selenium.chromium with type arguments of type CommandInfo Constructor Description ChromiumDriverCommandExecutor(DriverService service, java.util.Map<java.lang.String,CommandInfo> extraCommands)
-
Uses of CommandInfo in org.openqa.selenium.edge
Methods in org.openqa.selenium.edge that return types with arguments of type CommandInfo Modifier and Type Method Description java.util.Map<java.lang.String,CommandInfo>
AddHasCasting. getAdditionalCommands()
java.util.Map<java.lang.String,CommandInfo>
AddHasCdp. getAdditionalCommands()
-
Uses of CommandInfo in org.openqa.selenium.firefox
Methods in org.openqa.selenium.firefox that return types with arguments of type CommandInfo Modifier and Type Method Description java.util.Map<java.lang.String,CommandInfo>
AddHasContext. getAdditionalCommands()
java.util.Map<java.lang.String,CommandInfo>
AddHasExtensions. getAdditionalCommands()
java.util.Map<java.lang.String,CommandInfo>
AddHasFullPageScreenshot. getAdditionalCommands()
-
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, HttpClient.Factory httpClientFactory)
HttpCommandExecutor(java.util.Map<java.lang.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 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. -
Uses of CommandInfo in org.openqa.selenium.safari
Methods in org.openqa.selenium.safari that return types with arguments of type CommandInfo Modifier and Type Method Description java.util.Map<java.lang.String,CommandInfo>
AddHasDebugger. getAdditionalCommands()
java.util.Map<java.lang.String,CommandInfo>
AddHasPermissions. getAdditionalCommands()
-