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