Class SmartClientIEDriver

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

    • SmartClientIEDriver

      public SmartClientIEDriver()
      Default constructor.
    • SmartClientIEDriver

      @Deprecated public SmartClientIEDriver(int port)
      Constructor taking a port.
      Parameters:
      port -
    • SmartClientIEDriver

      public SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerOptions options)
      Constructor taking a set of configuration options.
      Parameters:
      options - custom options
    • SmartClientIEDriver

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

      public SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerDriverService service, org.openqa.selenium.ie.InternetExplorerOptions 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
    • SmartClientIEDriver

      @Deprecated public SmartClientIEDriver(org.openqa.selenium.Capabilities capabilities)
      Constructor taking a specified set of driver capabilities.
      Parameters:
      capabilities - desired driver capabilities
    • SmartClientIEDriver

      @Deprecated public SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerDriverService service, org.openqa.selenium.Capabilities capabilities)
      Parameters:
      service - The service to use.
      capabilities - desired driver capabilities
    • SmartClientIEDriver

      @Deprecated public SmartClientIEDriver(org.openqa.selenium.ie.InternetExplorerDriverService service, org.openqa.selenium.Capabilities capabilities, int port)
      Constructor taking a specified set of driver capabilities. The service will be started along with the driver, and shutdown upon calling SmartClientWebDriver.quit().
      Parameters:
      service - The service to use.
      capabilities - desired driver capabilities
      port -