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