Class ChromeServicePool

java.lang.Object
net.serenitybdd.core.webdriver.servicepools.DriverServicePool<org.openqa.selenium.chrome.ChromeDriverService>
net.serenitybdd.core.webdriver.servicepools.ChromeServicePool

public class ChromeServicePool
extends DriverServicePool<org.openqa.selenium.chrome.ChromeDriverService>
  • Field Summary

    Fields inherited from class net.serenitybdd.core.webdriver.servicepools.DriverServicePool

    environmentVariables
  • Constructor Summary

    Constructors 
    Constructor Description
    ChromeServicePool()  
  • Method Summary

    Modifier and Type Method Description
    protected org.openqa.selenium.WebDriver newDriverInstance​(org.openqa.selenium.Capabilities capabilities)
    Used as a fallback if the driver service cannot be used for some reason.
    protected org.openqa.selenium.chrome.ChromeDriverService newDriverService()  
    protected java.lang.String serviceName()  

    Methods inherited from class net.serenitybdd.core.webdriver.servicepools.DriverServicePool

    ensureServiceIsRunning, getDriverService, isRunning, newDriver, shutdown, start

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChromeServicePool

      public ChromeServicePool()
  • Method Details

    • serviceName

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

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