Package org.openqa.selenium.interactions
Class PauseAction
- java.lang.Object
-
- org.openqa.selenium.interactions.PauseAction
-
- All Implemented Interfaces:
Action,IsInteraction
@Deprecated public class PauseAction extends java.lang.Object implements Action, IsInteraction
Deprecated.'Pause' is considered to be a bad design practice.Takes a pause.
-
-
Constructor Summary
Constructors Constructor Description PauseAction(long pause)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<Interaction>asInteractions(PointerInput mouse, KeyInput keyboard)Deprecated.voidperform()Deprecated.
-
-
-
Method Detail
-
asInteractions
public java.util.List<Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
Deprecated.- Specified by:
asInteractionsin interfaceIsInteraction
-
-