Interface GenericAction
-
public interface GenericActionRepresents an action that can be uploaded and executed inside a recorder test and doesn't require a driver to run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrun(Reporter reporter)Implement of the action code.
-
-
-
Method Detail
-
run
boolean run(Reporter reporter)
Implement of the action code.- Parameters:
reporter- Reporter allowing us to report action result.- Returns:
- True if action passed.
-
-