|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.unitils.selenium.WebDriverFactory
public class WebDriverFactory
| Constructor Summary | |
|---|---|
WebDriverFactory()
|
|
| Method Summary | |
|---|---|
static org.openqa.selenium.WebDriver |
createDriver(BrowserChoice browserChoice,
String downloadPath,
String fileType)
The webdriver will be created in this method. |
static org.openqa.selenium.WebDriver |
createDriver(BrowserChoice browserChoice,
String proxyUrl,
String downloadPath,
String fileType)
|
protected static org.openqa.selenium.WebDriver |
createFireFoxDriver(String downloadPath,
String fileType)
|
protected static org.openqa.selenium.WebDriver |
createFireFoxDriver(String proxyUrl,
String downloadPath,
String fileType)
|
protected static org.openqa.selenium.WebDriver |
createInternetExplorerDriver(String proxyUrl)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebDriverFactory()
| Method Detail |
|---|
public static org.openqa.selenium.WebDriver createDriver(BrowserChoice browserChoice,
String downloadPath,
String fileType)
browserChoice -
WebDriverprotected static org.openqa.selenium.WebDriver createInternetExplorerDriver(String proxyUrl)
public static org.openqa.selenium.WebDriver createDriver(BrowserChoice browserChoice,
String proxyUrl,
String downloadPath,
String fileType)
protected static org.openqa.selenium.WebDriver createFireFoxDriver(String downloadPath,
String fileType)
protected static org.openqa.selenium.WebDriver createFireFoxDriver(String proxyUrl,
String downloadPath,
String fileType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||