Package org.openqa.selenium.chromium
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
,NeedsLocalLogs
,CommandExecutor
DriverCommandExecutor
that understands ChromiumDriver specific commands.- See Also:
-
Constructor Summary
ConstructorDescriptionChromiumDriverCommandExecutor
(DriverService service, Map<String, CommandInfo> extraCommands) ChromiumDriverCommandExecutor
(DriverService service, Map<String, CommandInfo> extraCommands, ClientConfig clientConfig) -
Method Summary
Methods inherited from class org.openqa.selenium.remote.service.DriverCommandExecutor
close, execute
Methods inherited from class org.openqa.selenium.remote.HttpCommandExecutor
defineCommand, getAddressOfRemoteServer, getDefaultClientFactory, setLocalLogs
-
Constructor Details
-
ChromiumDriverCommandExecutor
-
ChromiumDriverCommandExecutor
public ChromiumDriverCommandExecutor(DriverService service, Map<String, CommandInfo> extraCommands, ClientConfig clientConfig)
-