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:
  • Constructor Summary

    Constructors
    Constructor
    Description
    ChromiumDriverCommandExecutor(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

    defineCommand, getAddressOfRemoteServer, getDefaultClientFactory, setLocalLogs

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChromiumDriverCommandExecutor

      public ChromiumDriverCommandExecutor(org.openqa.selenium.remote.service.DriverService service, Map<String,org.openqa.selenium.remote.CommandInfo> extraCommands)
    • ChromiumDriverCommandExecutor

      public ChromiumDriverCommandExecutor(org.openqa.selenium.remote.service.DriverService service, Map<String,org.openqa.selenium.remote.CommandInfo> extraCommands, org.openqa.selenium.remote.http.ClientConfig clientConfig)