Uses of Class
com.microsoft.playwright.Locator.PressSequentiallyOptions
-
Packages that use Locator.PressSequentiallyOptions Package Description com.microsoft.playwright -
-
Uses of Locator.PressSequentiallyOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.PressSequentiallyOptions Modifier and Type Method Description Locator.PressSequentiallyOptionsLocator.PressSequentiallyOptions. setDelay(double delay)Time to wait between key presses in milliseconds.Locator.PressSequentiallyOptionsLocator.PressSequentiallyOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Locator.PressSequentiallyOptionsLocator.PressSequentiallyOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.PressSequentiallyOptions Modifier and Type Method Description voidLocator. pressSequentially(String text, Locator.PressSequentiallyOptions options)NOTE: In most cases, you should useLocator.fill()instead.
-