Package | Description |
---|---|
me.alb_i986.selenium.tinafw.config | |
me.alb_i986.selenium.tinafw.domain | |
me.alb_i986.selenium.tinafw.tests | |
me.alb_i986.selenium.tinafw.ui |
Modifier and Type | Method and Description |
---|---|
static List<SupportedBrowser> |
Config.getBrowsers() |
static List<SupportedBrowser> |
PropertiesUtils.toSupportedBrowsers(String[] browserNames)
Convert an array of names of browsers, to a List of
SupportedBrowser s. |
Modifier and Type | Method and Description |
---|---|
SupportedBrowser |
Browser.getType() |
static SupportedBrowser |
SupportedBrowser.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedBrowser[] |
SupportedBrowser.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Browser.open(SupportedBrowser browserType)
Open a browser according to the given parameter,
by instantiating a
WebDriver . |
T |
WebUser.openBrowser(SupportedBrowser browserType)
Open the browser but do not navigate to any page yet.
|
T |
WebUser.withBrowserType(SupportedBrowser browserType) |
Modifier and Type | Field and Description |
---|---|
SupportedBrowser |
JunitWebTest.browserType |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebDriver |
WebDriverFactoryRemote.getWebDriver(SupportedBrowser browserType) |
org.openqa.selenium.WebDriver |
WebDriverFactoryLocal.getWebDriver(SupportedBrowser browserType) |
org.openqa.selenium.WebDriver |
WebDriverFactoryDecoratorImplicitWait.getWebDriver(SupportedBrowser browserType) |
org.openqa.selenium.WebDriver |
WebDriverFactoryDecoratorHandleCertErrOnIE.getWebDriver(SupportedBrowser browserType) |
org.openqa.selenium.WebDriver |
WebDriverFactoryDecorator.getWebDriver(SupportedBrowser browserType) |
org.openqa.selenium.WebDriver |
WebDriverFactory.getWebDriver(SupportedBrowser browserType) |
Copyright © 2015. All rights reserved.