| 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 |
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.
|
| Constructor and Description |
|---|
SeleniumConfiguration(SeleniumConfiguration.BROWSER_TYPE aBrowser,
File aSeleniumLibsDir) |
| Modifier and Type | Method and Description |
|---|---|
SeleniumConfiguration.BROWSER_TYPE |
TestiumUnitDriver.getType() |
SeleniumConfiguration.BROWSER_TYPE |
TestiumIeDriver.getType() |
SeleniumConfiguration.BROWSER_TYPE |
TestiumFirefoxDriver.getType() |
SeleniumConfiguration.BROWSER_TYPE |
TestiumDriver.getType() |
SeleniumConfiguration.BROWSER_TYPE |
TestiumChromeDriver.getType() |
| 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 © 2012. All Rights Reserved.