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