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​(java.lang.String vendorPrefix, org.openqa.selenium.remote.service.DriverService service)  
    • 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​(java.lang.String vendorPrefix,
                                             org.openqa.selenium.remote.service.DriverService service)