Uses of Class
com.microsoft.playwright.Frame.PressOptions
-
Packages that use Frame.PressOptions Package Description com.microsoft.playwright -
-
Uses of Frame.PressOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.PressOptions Modifier and Type Method Description Frame.PressOptionsFrame.PressOptions. setDelay(double delay)Time to wait betweenkeydownandkeyupin milliseconds.Frame.PressOptionsFrame.PressOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Frame.PressOptionsFrame.PressOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Frame.PressOptionsFrame.PressOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Frame.PressOptions Modifier and Type Method Description voidFrame. press(String selector, String key, Frame.PressOptions options)keycan specify the intended keyboardEvent.key value or a single character to generate the text for.
-