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