Uses of Class
com.microsoft.playwright.Locator.PressOptions
Packages that use Locator.PressOptions
-
Uses of Locator.PressOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.PressOptionsModifier and TypeMethodDescriptionLocator.PressOptions.setDelay(double delay) Time to wait betweenkeydownandkeyupin milliseconds.Locator.PressOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Locator.PressOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.PressOptionsModifier and TypeMethodDescriptionvoidLocator.press(String key, Locator.PressOptions options) Focuses the matching element and presses a combination of the keys. -
Uses of Locator.PressOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.PressOptionsModifier and TypeMethodDescriptionvoidLocatorImpl.press(String key, Locator.PressOptions options)