public abstract class WebDriverCommandExecutor extends Object implements net.sf.testium.executor.TestStepCommandExecutor
| Constructor and Description |
|---|
WebDriverCommandExecutor(String aCommand,
WebInterface aWebInterface) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.testtoolinterfaces.testresult.TestStepResult |
execute(org.testtoolinterfaces.testsuite.TestStep aStep,
org.testtoolinterfaces.utils.RunTimeData aVariables,
File aLogDir) |
String |
getCommand() |
protected org.openqa.selenium.WebDriver |
getDriver() |
protected org.openqa.selenium.WebDriver |
getDriver(SeleniumConfiguration.BROWSER_TYPE aBrowserType)
Deprecated.
|
protected WebInterface |
getInterface() |
String |
getInterfaceName() |
protected <Type> Type |
getVariableValueAs(Class<Type> aType,
org.testtoolinterfaces.testsuite.Parameter aPar,
org.testtoolinterfaces.utils.RunTimeData aVariables) |
abstract boolean |
verifyParameters(org.testtoolinterfaces.testsuite.ParameterArrayList aParameters) |
protected void |
verifyParameterValue(org.testtoolinterfaces.testsuite.Parameter aPar,
Class<? extends Object> aType) |
protected void |
verifyParameterVariable(org.testtoolinterfaces.testsuite.Parameter aPar) |
public WebDriverCommandExecutor(String aCommand, WebInterface aWebInterface)
public abstract org.testtoolinterfaces.testresult.TestStepResult execute(org.testtoolinterfaces.testsuite.TestStep aStep,
org.testtoolinterfaces.utils.RunTimeData aVariables,
File aLogDir)
throws org.testtoolinterfaces.testsuite.TestSuiteException
execute in interface net.sf.testium.executor.TestStepCommandExecutororg.testtoolinterfaces.testsuite.TestSuiteExceptionpublic abstract boolean verifyParameters(org.testtoolinterfaces.testsuite.ParameterArrayList aParameters)
throws org.testtoolinterfaces.testsuite.TestSuiteException
verifyParameters in interface net.sf.testium.executor.TestStepCommandExecutororg.testtoolinterfaces.testsuite.TestSuiteExceptionprotected WebInterface getInterface()
public String getCommand()
getCommand in interface net.sf.testium.executor.TestStepCommandExecutorpublic String getInterfaceName()
@Deprecated protected org.openqa.selenium.WebDriver getDriver(SeleniumConfiguration.BROWSER_TYPE aBrowserType)
protected org.openqa.selenium.WebDriver getDriver()
protected void verifyParameterValue(org.testtoolinterfaces.testsuite.Parameter aPar,
Class<? extends Object> aType)
throws org.testtoolinterfaces.testsuite.TestSuiteException
aPar - aType - org.testtoolinterfaces.testsuite.TestSuiteExceptionprotected void verifyParameterVariable(org.testtoolinterfaces.testsuite.Parameter aPar)
throws org.testtoolinterfaces.testsuite.TestSuiteException
elementPar - org.testtoolinterfaces.testsuite.TestSuiteExceptionprotected <Type> Type getVariableValueAs(Class<Type> aType, org.testtoolinterfaces.testsuite.Parameter aPar, org.testtoolinterfaces.utils.RunTimeData aVariables) throws org.testtoolinterfaces.testsuite.TestSuiteException
aVariables - aPar - org.testtoolinterfaces.testsuite.TestSuiteExceptionCopyright © 2013. All Rights Reserved.