public class PhantomJSConfiguration extends AbstractWebDriverConfiguration<org.openqa.selenium.phantomjs.PhantomJSDriver>
PhantomJSDriver configuration.| Constructor and Description |
|---|
PhantomJSConfiguration() |
PhantomJSConfiguration(Map<Object,Object> additionalProperties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPathProperty()
Get the driver's path property.
|
org.openqa.selenium.phantomjs.PhantomJSDriver |
start(boolean managed,
org.openqa.selenium.Capabilities other)
Start new
WebDriver with the default merged capabilities and other capabilities. |
getDefaultCapabilities, getPath, setDefaultCapabilities, setPath, startadditionalProperties, additionalProperties, toStringpublic org.openqa.selenium.phantomjs.PhantomJSDriver start(boolean managed,
org.openqa.selenium.Capabilities other)
WebDriver with the default merged capabilities and other capabilities.start in class AbstractWebDriverConfiguration<org.openqa.selenium.phantomjs.PhantomJSDriver>managed - If true, will be managed by the WebDriverManager. Otherwise, false.other - The other capabilities. (Null is accepted)WebDriver with the default merged capabilities and other capabilities.public String getPathProperty()
getPathProperty in class AbstractWebDriverConfiguration<org.openqa.selenium.phantomjs.PhantomJSDriver>Copyright © 2017. All rights reserved.