|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BrowserChoice | |
|---|---|
| org.unitils.selenium | |
| Uses of BrowserChoice in org.unitils.selenium |
|---|
| Methods in org.unitils.selenium that return BrowserChoice | |
|---|---|
static BrowserChoice |
BrowserChoice.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BrowserChoice[] |
BrowserChoice.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.unitils.selenium with parameters of type BrowserChoice | |
|---|---|
static org.openqa.selenium.WebDriver |
WebDriverFactory.createDriver(BrowserChoice browserChoice,
java.lang.String downloadPath,
java.lang.String fileType)
The webdriver will be created in this method. |
static org.openqa.selenium.WebDriver |
WebDriverFactory.createDriver(BrowserChoice browserChoice,
java.lang.String proxyUrl,
java.lang.String downloadPath,
java.lang.String fileType)
checks which browser is chosen by the BrowserChoice and creates the WebDriver. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||