| Package | Description |
|---|---|
| net.sf.testium.configuration | |
| net.sf.testium.executor.webdriver | |
| net.sf.testium.executor.webdriver.commands |
| Modifier and Type | Field and Description |
|---|---|
static SeleniumConfiguration.BROWSER_TYPE |
SeleniumConfiguration.CHROME |
static SeleniumConfiguration.BROWSER_TYPE |
SeleniumConfiguration.FIREFOX |
static SeleniumConfiguration.BROWSER_TYPE |
SeleniumConfiguration.HTMLUNIT |
static SeleniumConfiguration.BROWSER_TYPE |
SeleniumConfiguration.IE |
| Modifier and Type | Method and Description |
|---|---|
static SeleniumConfiguration.BROWSER_TYPE |
SeleniumConfiguration.BROWSER_TYPE.enumOf(String aType) |
SeleniumConfiguration.BROWSER_TYPE |
SeleniumInterfaceConfiguration.getBrowserType() |
SeleniumConfiguration.BROWSER_TYPE |
SeleniumConfiguration.getBrowserType() |
static SeleniumConfiguration.BROWSER_TYPE |
SeleniumConfiguration.BROWSER_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeleniumConfiguration.BROWSER_TYPE[] |
SeleniumConfiguration.BROWSER_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SeleniumInterfaceConfiguration.setType(SeleniumConfiguration.BROWSER_TYPE type) |
| Constructor and Description |
|---|
SeleniumConfiguration(ArrayList<String> anInterfaceNames,
SeleniumConfiguration.BROWSER_TYPE aBrowser,
File aSeleniumLibsDir,
URL aSeleniumGridUrl) |
SeleniumInterfaceConfiguration(String anInterfaceName,
SeleniumConfiguration.BROWSER_TYPE aBrowserType) |
SeleniumInterfaceConfiguration(String anInterfaceName,
SeleniumConfiguration.BROWSER_TYPE aBrowserType,
String aBaseUrl,
boolean aSavePageSource,
boolean aSaveScreenShot,
ArrayList<String> aCustomKeywordLinks) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebInterface.createDriver(SeleniumConfiguration.BROWSER_TYPE aType) |
org.openqa.selenium.WebDriver |
WebInterface.getDriver(SeleniumConfiguration.BROWSER_TYPE aType) |
| Modifier and Type | Method and Description |
|---|---|
protected org.openqa.selenium.WebDriver |
WebDriverCommandExecutor.getDriver(SeleniumConfiguration.BROWSER_TYPE aBrowserType)
Deprecated.
|
protected org.openqa.selenium.WebDriver |
GenericSeleniumCommandExecutor.getDriver(SeleniumConfiguration.BROWSER_TYPE aBrowserType) |
protected org.openqa.selenium.WebDriver |
GenericSeleniumCommandExecutor.getDriverAndSetResult(org.testtoolinterfaces.testresult.TestStepResult aTestStepResult,
SeleniumConfiguration.BROWSER_TYPE aBrowserType)
Deprecated.
|
Copyright © 2013. All Rights Reserved.