Interface GenericAction


  • public interface GenericAction
    Represents an action that can be uploaded and executed inside a recorder test and doesn't require a driver to run.
    • 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.