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