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