public class IEDriverFactory extends WebDriverFactory
InternetExplorerDriver.| Modifier and Type | Field and Description |
|---|---|
static String |
BROWSER_NAME |
DEFAULT_HEIGHT, DEFAULT_WIDTH| Constructor and Description |
|---|
IEDriverFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrowserName()
Get browser name.
|
boolean |
isProxySupported()
Is proxy supported?
|
org.openqa.selenium.WebDriver |
newInstance(DriverOptions driverOptions)
Create new WebDriver instance with driver options.
|
equals, getDefaultWindowSize, setInitialWindowSize, setupProxy, toStringpublic static final String BROWSER_NAME
public String getBrowserName()
WebDriverFactorygetBrowserName in class WebDriverFactorypublic boolean isProxySupported()
WebDriverFactoryisProxySupported in class WebDriverFactorypublic org.openqa.selenium.WebDriver newInstance(DriverOptions driverOptions)
WebDriverFactorynewInstance in class WebDriverFactorydriverOptions - driver options.Copyright © 2017. All rights reserved.