public class SafariWebDriverType extends WebDriverType<org.openqa.selenium.safari.SafariDriver>
WebDriverType implementation for Safari.
Subclasses can override to alter the configuration or change the implementation.
| Constructor and Description |
|---|
SafariWebDriverType() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.remote.DesiredCapabilities |
getDefaultDriverCapabilities()
.
|
org.openqa.selenium.safari.SafariDriver |
getDriverImplementation()
Return a new instance of the WebDriver for this type.
|
String |
getDriverTypeName()
.
|
getCapabilitiespublic String getDriverTypeName()
getDriverTypeName in class WebDriverType<org.openqa.selenium.safari.SafariDriver>public org.openqa.selenium.safari.SafariDriver 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.safari.SafariDriver>public org.openqa.selenium.remote.DesiredCapabilities getDefaultDriverCapabilities()
getDefaultDriverCapabilities in class WebDriverType<org.openqa.selenium.safari.SafariDriver>Copyright © 2018. All rights reserved.