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