Class IEDriverFactory

java.lang.Object
jp.vmi.selenium.webdriver.WebDriverFactory
jp.vmi.selenium.webdriver.IEDriverFactory

public class IEDriverFactory
extends WebDriverFactory
Factory of InternetExplorerDriver.
  • Field Details

  • Constructor Details

    • IEDriverFactory

      public IEDriverFactory()
  • Method Details

    • getBrowserName

      public String getBrowserName()
      Description copied from class: WebDriverFactory
      Get browser name.
      Overrides:
      getBrowserName in class WebDriverFactory
      Returns:
      browser name. (i.e. "firefox", "chrome", ...)
    • newInternetExplorerOptions

      public static org.openqa.selenium.ie.InternetExplorerOptions newInternetExplorerOptions​(DriverOptions driverOptions)
      Create and initialize InternetExplorerOptions.
      Parameters:
      driverOptions - driver options.
      Returns:
      InternetExplorerOptions.
    • newInstance

      public org.openqa.selenium.WebDriver newInstance​(DriverOptions driverOptions)
      Description copied from class: WebDriverFactory
      Create new WebDriver instance with driver options.
      Specified by:
      newInstance in class WebDriverFactory
      Parameters:
      driverOptions - driver options.
      Returns:
      WebDriver instance.