Package com.microsoft.playwright
Class Keyboard.PressOptions
- java.lang.Object
-
- com.microsoft.playwright.Keyboard.PressOptions
-
-
Constructor Summary
Constructors Constructor Description PressOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Keyboard.PressOptions
setDelay(double delay)
Time to wait betweenkeydown
andkeyup
in milliseconds.
-
-
-
Field Detail
-
delay
public Double delay
Time to wait betweenkeydown
andkeyup
in milliseconds. Defaults to 0.
-
-
Method Detail
-
setDelay
public Keyboard.PressOptions setDelay(double delay)
Time to wait betweenkeydown
andkeyup
in milliseconds. Defaults to 0.
-
-