Uses of Class
com.microsoft.playwright.Keyboard.PressOptions
Packages that use Keyboard.PressOptions
-
Uses of Keyboard.PressOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Keyboard.PressOptionsModifier and TypeMethodDescriptionKeyboard.PressOptions.setDelay(double delay) Time to wait betweenkeydownandkeyupin milliseconds.Methods in com.microsoft.playwright with parameters of type Keyboard.PressOptionsModifier and TypeMethodDescriptionvoidKeyboard.press(String key, Keyboard.PressOptions options) NOTE: In most cases, you should useLocator.press()instead. -
Uses of Keyboard.PressOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Keyboard.PressOptionsModifier and TypeMethodDescriptionvoidKeyboardImpl.press(String key, Keyboard.PressOptions options) private voidKeyboardImpl.pressImpl(String key, Keyboard.PressOptions options)