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