Class JustWait

All Implemented Interfaces:
Composable, MultiPhased

public class JustWait extends MultiPhaseAction
JustWait is a subclass of MultiPhaseAction which just waits by phases to avoid blocking the execution of other browser actions.
Author:
Kimberly
  • Constructor Details

    • JustWait

      public JustWait(int totalTimeout)
      With phase timeout defaulted to 10.
      Parameters:
      totalTimeout - the maximum amount of time to wait totally
    • JustWait

      public JustWait(int totalTimeout, int phaseTimeout)
      Create an action representing just waiting.
      Parameters:
      totalTimeout - the maximum amount of time to wait totally
      phaseTimeout - the maximum amount of time to wait for each execution phase
  • Method Details