public interface Selenese extends ITestTarget
| Modifier and Type | Interface and Description |
|---|---|
static class |
Selenese.Type
Selenese script types.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
execute(Selenese parent,
Context context)
Execute script.
|
Result |
getResult()
Get selenese result.
|
Selenese.Type |
getType()
Get script type.
|
getBaseName, getName, getStopWatch, isErrorSelenese.Type getType()
Result execute(Selenese parent, Context context) throws InvalidSeleneseException
parent - parent selenese instance or null.context - Selenese Runner context.InvalidSeleneseException - failed in parsing or executing selenese.Result getResult()
Copyright © 2016. All rights reserved.