Uses of Class
com.microsoft.playwright.Keyboard.PressOptions
-
Packages that use Keyboard.PressOptions Package Description com.microsoft.playwright -
-
Uses of Keyboard.PressOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Keyboard.PressOptions Modifier and Type Method Description Keyboard.PressOptionsKeyboard.PressOptions. setDelay(double delay)Time to wait betweenkeydownandkeyupin milliseconds.Methods in com.microsoft.playwright with parameters of type Keyboard.PressOptions Modifier and Type Method Description voidKeyboard. press(String key, Keyboard.PressOptions options)NOTE: In most cases, you should useLocator.press()instead.
-