Interface MultiPhased

All Superinterfaces:
Composable
All Known Implementing Classes:
Click, CloseWindow, Custom, Extract, GetUrl, IfThenElse, JustWait, MouseOver, MultiPhaseAction, OpenWindow, PostForm, ReplyAlert, ScrollToView, Select, SendKey, SinglePhaseAction, Upload, WaitUntil

public interface MultiPhased extends Composable
An interface which should be implemented by any browser action whose execution spans multiple phases.
Author:
Kimberly
  • Method Details

    • noNextPhase

      void noNextPhase()
      Signals that no more phases to execute.
    • hasNextPhase

      boolean hasNextPhase()
      Check if has next phase to execute.
      Returns:
      true if has next phase to execute; false otherwise