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