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