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