Class SmartClientChromeDriver

java.lang.Object
com.isomorphic.webdriver.SmartClientWebDriver
com.isomorphic.webdriver.SmartClientChromeDriver
All Implemented Interfaces:
org.openqa.selenium.interactions.HasInputDevices, org.openqa.selenium.interactions.Interactive, org.openqa.selenium.JavascriptExecutor, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebDriver

public class SmartClientChromeDriver extends SmartClientWebDriver
Implementation of SmartClient specific WebDriver using Chrome. WebDriver support for Chrome is a little flakey. YMMV.
  • Constructor Details

    • SmartClientChromeDriver

      public SmartClientChromeDriver()
      Creates a new SmartClientChromeDriver instance.
    • SmartClientChromeDriver

      public SmartClientChromeDriver(org.openqa.selenium.chrome.ChromeDriverService service, org.openqa.selenium.chrome.ChromeOptions options)
      Creates a new SmartClientChromeDriver instance with the specified options. The service will be started along with the driver, and shutdown upon calling SmartClientWebDriver.quit().
      Parameters:
      service - The service to use.
      options - The options to use.
    • SmartClientChromeDriver

      public SmartClientChromeDriver(org.openqa.selenium.chrome.ChromeDriverService service)
      Creates a new SmartClientChromeDriver instance. The service will be started along with the driver, and shutdown upon calling SmartClientWebDriver.quit().
      Parameters:
      service - The service to use.
      See Also:
    • SmartClientChromeDriver

      @Deprecated public SmartClientChromeDriver(org.openqa.selenium.Capabilities capabilities)
      Creates a new SmartClientChromeDriver instance. The capabilities will be passed to the chromedriver service.
      Parameters:
      capabilities - The capabilities required from the ChromeDriver.
      See Also:
    • SmartClientChromeDriver

      public SmartClientChromeDriver(org.openqa.selenium.chrome.ChromeOptions options)
      Creates a new SmartClientChromeDriver instance with the specified options.
      Parameters:
      options - The options to use.
      See Also:
    • SmartClientChromeDriver

      @Deprecated public SmartClientChromeDriver(org.openqa.selenium.chrome.ChromeDriverService service, org.openqa.selenium.Capabilities capabilities)
      Creates a new ChromeDriver instance. The service will be started along with the driver, and shutdown upon calling SmartClientWebDriver.quit().
      Parameters:
      service - The service to use.
      capabilities - The capabilities required from the ChromeDriver.