public class HtmlUnitConfiguration extends AbstractWebDriverConfiguration<org.openqa.selenium.htmlunit.HtmlUnitDriver>
HtmlUnitDriver configuration.| Constructor and Description |
|---|
HtmlUnitConfiguration() |
HtmlUnitConfiguration(Map<Object,Object> additionalProperties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPathProperty()
Get the driver's path property.
|
org.openqa.selenium.htmlunit.HtmlUnitDriver |
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.htmlunit.HtmlUnitDriver start(boolean managed,
org.openqa.selenium.Capabilities other)
WebDriver with the default merged capabilities and other capabilities.start in class AbstractWebDriverConfiguration<org.openqa.selenium.htmlunit.HtmlUnitDriver>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.htmlunit.HtmlUnitDriver>Copyright © 2017. All rights reserved.