@Deprecated public class PauseAction extends java.lang.Object implements org.openqa.selenium.interactions.Action, IsInteraction
Modifier and Type | Field and Description |
---|---|
private long |
pause
Deprecated.
|
Constructor and Description |
---|
PauseAction(long pause)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<org.openqa.selenium.interactions.Interaction> |
asInteractions(PointerInput mouse,
KeyInput keyboard)
Deprecated.
|
void |
perform()
Deprecated.
|
public void perform()
perform
in interface org.openqa.selenium.interactions.Action
public java.util.List<org.openqa.selenium.interactions.Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
asInteractions
in interface IsInteraction