Class ChromiumDriverCommandExecutor
java.lang.Object
org.openqa.selenium.remote.HttpCommandExecutor
org.openqa.selenium.remote.service.DriverCommandExecutor
org.openqa.selenium.chromium.ChromiumDriverCommandExecutor
- All Implemented Interfaces:
Closeable, AutoCloseable, CommandExecutor
DriverCommandExecutor that understands ChromiumDriver specific commands.- See Also:
-
Field Summary
Fields inherited from class HttpCommandExecutor
additionalCommands, client, commandCodec, httpClientFactory, responseCodec -
Constructor Summary
ConstructorsConstructorDescriptionChromiumDriverCommandExecutor(DriverService service, Map<String, CommandInfo> extraCommands) Deprecated.ChromiumDriverCommandExecutor(DriverService service, Map<String, CommandInfo> extraCommands, ClientConfig clientConfig) -
Method Summary
Methods inherited from class DriverCommandExecutor
close, executeMethods inherited from class HttpCommandExecutor
addAdditionalCommand, defineCommand, getAdditionalCommands, getAddressOfRemoteServer, getDefaultClientFactory
-
Constructor Details
-
ChromiumDriverCommandExecutor
@Deprecated public ChromiumDriverCommandExecutor(DriverService service, Map<String, CommandInfo> extraCommands) Deprecated. -
ChromiumDriverCommandExecutor
public ChromiumDriverCommandExecutor(DriverService service, Map<String, CommandInfo> extraCommands, ClientConfig clientConfig)
-
ChromiumDriverCommandExecutor(DriverService, Map, ClientConfig)instead