Uses of Class
com.microsoft.playwright.Keyboard.TypeOptions
-
Packages that use Keyboard.TypeOptions Package Description com.microsoft.playwright -
-
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(String text, Keyboard.TypeOptions options)NOTE: In most cases, you should useLocator.fill()instead.
-