public class ChromeServicePool extends DriverServicePool<org.openqa.selenium.chrome.ChromeDriverService>
environmentVariables| Constructor and Description |
|---|
ChromeServicePool() |
| Modifier and Type | Method and 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 String |
serviceName() |
ensureServiceIsRunning, getDriverService, isRunning, newDriver, shutdown, startprotected String serviceName()
serviceName in class DriverServicePool<org.openqa.selenium.chrome.ChromeDriverService>protected org.openqa.selenium.WebDriver newDriverInstance(org.openqa.selenium.Capabilities capabilities)
DriverServicePoolnewDriverInstance in class DriverServicePool<org.openqa.selenium.chrome.ChromeDriverService>protected org.openqa.selenium.chrome.ChromeDriverService newDriverService()
newDriverService in class DriverServicePool<org.openqa.selenium.chrome.ChromeDriverService>Copyright © 2023. All rights reserved.