public interface Selenese
| 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.
|
String |
getName()
Get script name.
|
Selenese.Type |
getType()
Get script type.
|
boolean |
isError()
Is error instance?
|
Selenese.Type getType()
String getName()
boolean isError()
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.Copyright © 2014. All rights reserved.