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
,org.openqa.selenium.logging.NeedsLocalLogs
,org.openqa.selenium.remote.CommandExecutor
public class ChromiumDriverCommandExecutor
extends org.openqa.selenium.remote.service.DriverCommandExecutor
DriverCommandExecutor
that understands ChromiumDriver specific commands.- See Also:
-
Field Summary
Fields inherited from class org.openqa.selenium.remote.HttpCommandExecutor
client, commandCodec, responseCodec
-
Constructor Summary
ConstructorsConstructorDescriptionChromiumDriverCommandExecutor
(org.openqa.selenium.remote.service.DriverService service, Map<String, org.openqa.selenium.remote.CommandInfo> extraCommands) ChromiumDriverCommandExecutor
(org.openqa.selenium.remote.service.DriverService service, Map<String, org.openqa.selenium.remote.CommandInfo> extraCommands, org.openqa.selenium.remote.http.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
addAdditionalCommand, defineCommand, getAdditionalCommands, getAddressOfRemoteServer, getDefaultClientFactory, setLocalLogs
-
Constructor Details
-
ChromiumDriverCommandExecutor
-
ChromiumDriverCommandExecutor
-