Class GeckoServicePool

java.lang.Object
net.serenitybdd.core.webdriver.servicepools.DriverServicePool<org.openqa.selenium.firefox.GeckoDriverService>
net.serenitybdd.core.webdriver.servicepools.GeckoServicePool

public class GeckoServicePool extends DriverServicePool<org.openqa.selenium.firefox.GeckoDriverService>
  • Constructor Details

    • GeckoServicePool

      public GeckoServicePool()
  • Method Details

    • serviceName

      protected String serviceName()
      Specified by:
      serviceName in class DriverServicePool<org.openqa.selenium.firefox.GeckoDriverService>
    • 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.firefox.GeckoDriverService>
    • newDriverService

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