Class AbstractHtmlUnitActionsModule

    • Constructor Detail

      • AbstractHtmlUnitActionsModule

        public AbstractHtmlUnitActionsModule()
    • Method Detail

      • execute

        protected abstract AbstractHtmlPageAction execute​(AbstractHtmlPageAction prevAction)
                                                   throws java.lang.Throwable
        Executes the flow steps.
        Parameters:
        prevAction - the action to start from
        Returns:
        last performed action
        Throws:
        java.lang.Throwable
      • run

        public AbstractHtmlPageAction run​(AbstractHtmlPageAction prevAction)
                                   throws java.lang.Throwable
        Runs the flow.
        Parameters:
        prevAction - the action to start from
        Returns:
        last performed action
        Throws:
        java.lang.Throwable