Uses of Class
com.microsoft.playwright.ElementHandle.PressOptions
Packages that use ElementHandle.PressOptions
-
Uses of ElementHandle.PressOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return ElementHandle.PressOptionsModifier and TypeMethodDescriptionElementHandle.PressOptions.setDelay(double delay) Time to wait betweenkeydownandkeyupin milliseconds.ElementHandle.PressOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.ElementHandle.PressOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type ElementHandle.PressOptionsModifier and TypeMethodDescriptionvoidElementHandle.press(String key, ElementHandle.PressOptions options) Focuses the element, and then usesKeyboard.down()andKeyboard.up(). -
Uses of ElementHandle.PressOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type ElementHandle.PressOptionsModifier and TypeMethodDescriptionvoidElementHandleImpl.press(String key, ElementHandle.PressOptions options) private voidElementHandleImpl.pressImpl(String key, ElementHandle.PressOptions options)