Class Pause

java.lang.Object
org.openqa.selenium.interactions.Interaction
org.openqa.selenium.interactions.Pause
All Implemented Interfaces:
Encodable

public class Pause extends Interaction implements Encodable
Indicates that a given InputSource should pause for a given duration.
  • Constructor Details

    • Pause

      public Pause(InputSource device, Duration duration)
      Parameters:
      duration - If 0, this means "wait until all other actions in the tick have been evaluated". Must be greater than 0.
  • Method Details