|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.webdriver.impl.WebDriverFactoryIe
public class WebDriverFactoryIe
Creates a InternetExplorer web driver instance with
InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS
set to true.
| Field Summary | |
|---|---|
protected String |
driver
The driver path. |
static String |
FEATURE_DRIVER
Feature to set web driver path. |
| Constructor Summary | |
|---|---|
WebDriverFactoryIe()
Default constructor. |
|
| Method Summary | |
|---|---|
org.openqa.selenium.WebDriver |
create(IContext context)
Create a WebDriver. |
String |
getDriver()
Gets the driver path. |
void |
setDriver(String driver)
Sets the driver path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FEATURE_DRIVER
protected String driver
| Constructor Detail |
|---|
public WebDriverFactoryIe()
| Method Detail |
|---|
public String getDriver()
public void setDriver(String driver)
driver - The path.
public org.openqa.selenium.WebDriver create(IContext context)
throws PluginException
IWebDriverFactory
create in interface IWebDriverFactorycontext - The context.
PluginException - On creation errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||