Uses of Class
com.microsoft.playwright.Keyboard.TypeOptions
Packages that use Keyboard.TypeOptions
-
Uses of Keyboard.TypeOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Keyboard.TypeOptionsModifier and TypeMethodDescriptionKeyboard.TypeOptions.setDelay(double delay) Time to wait between key presses in milliseconds.Methods in com.microsoft.playwright with parameters of type Keyboard.TypeOptionsModifier and TypeMethodDescriptionvoidKeyboard.type(String text, Keyboard.TypeOptions options) NOTE: In most cases, you should useLocator.fill()instead. -
Uses of Keyboard.TypeOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Keyboard.TypeOptionsModifier and TypeMethodDescriptionvoidKeyboardImpl.type(String text, Keyboard.TypeOptions options) private voidKeyboardImpl.typeImpl(String text, Keyboard.TypeOptions options)