| Package | Description |
|---|---|
| net.sf.testium.configuration | |
| net.sf.testium.executor.webdriver.commands |
| Modifier and Type | Method and Description |
|---|---|
static SeleniumInterfaceConfiguration.SAVE_SOURCE |
SeleniumInterfaceConfiguration.SAVE_SOURCE.enumOf(String strValue) |
SeleniumInterfaceConfiguration.SAVE_SOURCE |
SeleniumInterfaceConfiguration.getSavePageSource() |
SeleniumInterfaceConfiguration.SAVE_SOURCE |
SeleniumConfiguration.getSavePageSource() |
SeleniumInterfaceConfiguration.SAVE_SOURCE |
SeleniumInterfaceConfiguration.getSaveScreenShot() |
SeleniumInterfaceConfiguration.SAVE_SOURCE |
SeleniumConfiguration.getSaveScreenShot() |
static SeleniumInterfaceConfiguration.SAVE_SOURCE |
SeleniumInterfaceConfiguration.SAVE_SOURCE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeleniumInterfaceConfiguration.SAVE_SOURCE[] |
SeleniumInterfaceConfiguration.SAVE_SOURCE.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.setSavePageSource(SeleniumInterfaceConfiguration.SAVE_SOURCE savePageSource) |
void |
SeleniumInterfaceConfiguration.setSaveScreenShot(SeleniumInterfaceConfiguration.SAVE_SOURCE saveScreenShot) |
| Constructor and Description |
|---|
SeleniumConfiguration(ArrayList<String> anInterfaceNames,
SeleniumConfiguration.BROWSER_TYPE aBrowser,
File aSeleniumLibsDir,
URL aSeleniumGridUrl,
SeleniumInterfaceConfiguration.SAVE_SOURCE savePageSource,
SeleniumInterfaceConfiguration.SAVE_SOURCE saveScreenShot) |
SeleniumInterfaceConfiguration(String anInterfaceName,
SeleniumConfiguration.BROWSER_TYPE aBrowserType,
URL aSeleniumGridUrl,
String aBaseUrl,
SeleniumInterfaceConfiguration.SAVE_SOURCE aSavePageSource,
SeleniumInterfaceConfiguration.SAVE_SOURCE aSaveScreenShot,
ArrayList<String> aCustomKeywordLinks) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenericSeleniumCommandExecutor.failTest(File aLogDir,
org.testtoolinterfaces.testresult.TestStepResult aResult,
Exception e,
SeleniumInterfaceConfiguration.SAVE_SOURCE savePageSource,
SeleniumInterfaceConfiguration.SAVE_SOURCE saveScreenShot) |
protected void |
GenericSeleniumCommandExecutor.failTest(File aLogDir,
org.testtoolinterfaces.testresult.TestStepResult aResult,
String aMessage,
SeleniumInterfaceConfiguration.SAVE_SOURCE savePageSource,
SeleniumInterfaceConfiguration.SAVE_SOURCE saveScreenShot) |
void |
GenericSeleniumCommandExecutor.setSavePageSource(SeleniumInterfaceConfiguration.SAVE_SOURCE savePageSource) |
void |
GenericSeleniumCommandExecutor.setSaveScreenshot(SeleniumInterfaceConfiguration.SAVE_SOURCE saveScreenshot) |
Copyright © 2013. All Rights Reserved.