Class InternetExplorerServicePool

java.lang.Object
net.serenitybdd.core.webdriver.servicepools.DriverServicePool<org.openqa.selenium.ie.InternetExplorerDriverService>
net.serenitybdd.core.webdriver.servicepools.InternetExplorerServicePool

public class InternetExplorerServicePool
extends DriverServicePool<org.openqa.selenium.ie.InternetExplorerDriverService>
  • Constructor Details

    • InternetExplorerServicePool

      public InternetExplorerServicePool()
  • Method Details

    • serviceName

      protected java.lang.String serviceName()
      Specified by:
      serviceName in class DriverServicePool<org.openqa.selenium.ie.InternetExplorerDriverService>
    • newDriverInstance

      protected org.openqa.selenium.WebDriver newDriverInstance​(org.openqa.selenium.Capabilities capabilities)
      Description copied from class: DriverServicePool
      Used as a fallback if the driver service cannot be used for some reason.
      Specified by:
      newDriverInstance in class DriverServicePool<org.openqa.selenium.ie.InternetExplorerDriverService>
    • newDriverService

      protected org.openqa.selenium.ie.InternetExplorerDriverService newDriverService()
      Specified by:
      newDriverService in class DriverServicePool<org.openqa.selenium.ie.InternetExplorerDriverService>