Class ChromiumDriverCommandExecutor

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.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:
    List of ChromeWebdriver commands
    • Constructor Summary

      Constructors 
      Constructor Description
      ChromiumDriverCommandExecutor​(org.openqa.selenium.remote.service.DriverService service, java.util.Map<java.lang.String,​org.openqa.selenium.remote.CommandInfo> extraCommands)  
    • 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 Detail

      • ChromiumDriverCommandExecutor

        public ChromiumDriverCommandExecutor​(org.openqa.selenium.remote.service.DriverService service,
                                             java.util.Map<java.lang.String,​org.openqa.selenium.remote.CommandInfo> extraCommands)