| Modifier and Type | Method and Description |
|---|---|
CommandList |
RollupRule.getExpandedCommands(Context context,
Map<String,String> rollupArgs) |
CommandList |
IRollupRule.getExpandedCommands(Context context,
Map<String,String> rollupArgs)
Get exapanded command list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NullContext
Null implementation of Context.
|
class |
Runner
Provide Java API to run Selenese script.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
TestSuite.execute(Selenese parent,
Context context) |
Result |
TestCase.execute(Selenese parent,
Context context) |
Result |
Selenese.execute(Selenese parent,
Context context)
Execute script.
|
Result |
ErrorTestSuite.execute(Selenese parent,
Context context) |
Result |
ErrorTestCase.execute(Selenese parent,
Context context) |
Result |
ErrorSource.execute(Selenese parent,
Context context) |
void |
TestCase.setContext(Context context)
Deprecated.
|
static Selenese |
Parser.setContextForBackwardCompatibility(Selenese selenese,
Context context)
Deprecated.
|
| Constructor and Description |
|---|
Eval(Context context)
Constructor.
|
SeleneseRunnerMutator(Context context)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Result |
CommandList.doCommand(Context context,
ICommand command,
String... curArgs) |
protected void |
CommandList.evalCurArgs(Context context,
String[] curArgs) |
Result |
CommandList.execute(Context context)
Deprecated.
|
Result |
CommandList.execute(Context context,
CommandResultList cresultList)
Execute command list.
|
static Result |
WaitForPageToLoad.execute(Context context,
long timeout)
Wait for page to load.
|
Result |
StartMarker.execute(Context context,
String... curArgs) |
Result |
ICommand.execute(Context context,
String... curArgs)
Execute the command.
|
Result |
Command.execute(Context context,
String... curArgs)
Deprecated.
|
Result |
AbstractCommand.execute(Context context,
String... curArgs) |
protected Result |
WindowMaximize.executeImpl(Context context,
String... curArgs) |
protected Result |
While.executeImpl(Context context,
String... curArgs) |
protected Result |
WaitForPageToLoad.executeImpl(Context context,
String... curArgs) |
protected Result |
WaitForCondition.executeImpl(Context context,
String... curArgs) |
protected Result |
StoreFor.executeImpl(Context context,
String... curArgs) |
protected Result |
Store.executeImpl(Context context,
String... curArgs) |
protected Result |
SetTimeout.executeImpl(Context context,
String... curArgs) |
protected Result |
SetSpeed.executeImpl(Context context,
String... curArgs) |
protected Result |
SelectFrame.executeImpl(Context context,
String... curArgs) |
protected Result |
RunScript.executeImpl(Context context,
String... curArgs) |
protected Result |
Rollup.executeImpl(Context context,
String... curArgs) |
protected Result |
Pause.executeImpl(Context context,
String... curArgs) |
protected Result |
OpenWindow.executeImpl(Context context,
String... curArgs) |
protected Result |
Open.executeImpl(Context context,
String... curArgs) |
protected Result |
Label.executeImpl(Context context,
String... curArgs) |
protected Result |
Include.executeImpl(Context context,
String... curArgs) |
protected Result |
Highlight.executeImpl(Context context,
String... curArgs) |
protected Result |
Gotolabel.executeImpl(Context context,
String... curArgs) |
Result |
GotoIf.executeImpl(Context context,
String... curArgs) |
protected Result |
EndLoopImpl.executeImpl(Context context,
String... curArgs) |
protected Result |
Echo.executeImpl(Context context,
String... curArgs) |
protected Result |
Comment.executeImpl(Context context,
String... curArgs) |
protected Result |
CaptureEntirePageScreenshot.executeImpl(Context context,
String... curArgs) |
protected Result |
BuiltInCommand.executeImpl(Context context,
String... curArgs) |
protected Result |
Assertion.executeImpl(Context context,
String... curArgs) |
protected Result |
AddToCollection.executeImpl(Context context,
String... curArgs) |
protected Result |
AddCollection.executeImpl(Context context,
String... curArgs) |
protected abstract Result |
AbstractCommand.executeImpl(Context context,
String... curArgs) |
| Constructor and Description |
|---|
CommandFactory(Context context)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Result |
ScreenshotInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
Context context,
ICommand command,
String[] curArgs) |
protected Result |
HighlightInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
Context context,
ICommand command,
String[] curArgs) |
protected Result |
CommandLogInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
Context context,
ICommand command,
String[] curArgs) |
protected abstract Result |
AbstractDoCommandInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
Context context,
ICommand command,
String[] curArgs) |
protected Result |
ExecuteTestCaseInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
ITestCase testCase,
Selenese parent,
Context context) |
protected abstract Result |
AbstractExecuteTestCaseInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
ITestCase testCase,
Selenese parent,
Context context) |
protected Result |
ExecuteTestSuiteInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
TestSuite testSuite,
Selenese parent,
Context context) |
protected abstract Result |
AbstractExecuteTestSuiteInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
TestSuite testSuite,
Selenese parent,
Context context) |
| Constructor and Description |
|---|
PageInformation(Context context) |
| Modifier and Type | Method and Description |
|---|---|
Context |
SubCommandMap.getContext()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
WDCommand.execute(Context context,
String... args) |
Void |
MouseEventHandler.execute(Context context,
String... args) |
T |
ISubCommand.execute(Context context,
String... args)
Execute sub command.
|
Boolean |
IsSomethingSelected.execute(Context context,
String... args) |
Boolean |
IsPromptPresent.execute(Context context,
String... args) |
Number |
GetSpeed.execute(Context context,
String... args) |
Object |
GetSelected.execute(Context context,
String... args) |
String |
GetPrompt.execute(Context context,
String... args) |
Object |
GetEval.execute(Context context,
String... args) |
Number |
GetCssCount.execute(Context context,
String... args) |
Void |
AnswerOnNextPrompt.execute(Context context,
String... args) |
| Constructor and Description |
|---|
SeleneseRunnerWindows(Context context) |
SubCommandMap(Context context)
Constructor.
|
Copyright © 2016. All rights reserved.