public class EdgeWebDriverType extends WebDriverType<org.openqa.selenium.edge.EdgeDriver>
WebDriverType implementation for Edge.
Subclasses can override to alter the configuration or change the implementation.
| Constructor and Description |
|---|
EdgeWebDriverType() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.remote.DesiredCapabilities |
getDefaultDriverCapabilities()
.
|
org.openqa.selenium.edge.EdgeDriver |
getDriverImplementation()
Return a new instance of the WebDriver for this type.
|
String |
getDriverTypeName()
.
|
org.openqa.selenium.edge.EdgeDriverService |
getEdgeDriverService()
Get the EdgeDriverService to use.
|
getCapabilitiespublic String getDriverTypeName()
getDriverTypeName in class WebDriverType<org.openqa.selenium.edge.EdgeDriver>public org.openqa.selenium.edge.EdgeDriver getDriverImplementation()
Return a new instance of the WebDriver for this type.
Must return a new instance each time - must not cache.
.getDriverImplementation in class WebDriverType<org.openqa.selenium.edge.EdgeDriver>public org.openqa.selenium.edge.EdgeDriverService getEdgeDriverService()
public org.openqa.selenium.remote.DesiredCapabilities getDefaultDriverCapabilities()
getDefaultDriverCapabilities in class WebDriverType<org.openqa.selenium.edge.EdgeDriver>Copyright © 2018. All rights reserved.