Uses of Class
com.microsoft.playwright.Page.PressOptions
Packages that use Page.PressOptions
-
Uses of Page.PressOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.PressOptionsModifier and TypeMethodDescriptionPage.PressOptions.setDelay(double delay) Time to wait betweenkeydownandkeyupin milliseconds.Page.PressOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Page.PressOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Page.PressOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.PressOptionsModifier and TypeMethodDescriptionvoidPage.press(String selector, String key, Page.PressOptions options) Focuses the element, and then usesKeyboard.down()andKeyboard.up(). -
Uses of Page.PressOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.PressOptionsModifier and TypeMethodDescriptionvoidPageImpl.press(String selector, String key, Page.PressOptions options)