Class SmartClientEdgeDriver

java.lang.Object
com.isomorphic.webdriver.SmartClientWebDriver
com.isomorphic.webdriver.SmartClientEdgeDriver
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 SmartClientEdgeDriver extends SmartClientWebDriver
Implementation of SmartClient specific WebDriver using IE.
  • Constructor Details

    • SmartClientEdgeDriver

      public SmartClientEdgeDriver()
      Default constructor.
    • SmartClientEdgeDriver

      public SmartClientEdgeDriver(org.openqa.selenium.edge.EdgeOptions options)
      Constructor taking a set of configuration options.
      Parameters:
      options - custom options
    • SmartClientEdgeDriver

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

      public SmartClientEdgeDriver(org.openqa.selenium.edge.EdgeDriverService service, org.openqa.selenium.edge.EdgeOptions options)
      Constructor taking a set of configuration options. The service will be started along with the driver, and shutdown upon calling SmartClientWebDriver.quit().
      Parameters:
      service - The service to use.
      options - custom options