Uses of Class
com.microsoft.playwright.Keyboard.TypeOptions
-
Packages that use Keyboard.TypeOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Keyboard.TypeOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Keyboard.TypeOptions Modifier and Type Method Description Keyboard.TypeOptionsKeyboard.TypeOptions. setDelay(double delay)Time to wait between key presses in milliseconds.Methods in com.microsoft.playwright with parameters of type Keyboard.TypeOptions Modifier and Type Method Description voidKeyboard. type(java.lang.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.TypeOptions Modifier and Type Method Description voidKeyboardImpl. type(java.lang.String text, Keyboard.TypeOptions options)private voidKeyboardImpl. typeImpl(java.lang.String text, Keyboard.TypeOptions options)
-