Uses of Class
com.microsoft.playwright.Page.DispatchEventOptions
-
Packages that use Page.DispatchEventOptions Package Description com.microsoft.playwright -
-
Uses of Page.DispatchEventOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.DispatchEventOptions Modifier and Type Method Description Page.DispatchEventOptionsPage.DispatchEventOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Page.DispatchEventOptionsPage.DispatchEventOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.DispatchEventOptions Modifier and Type Method Description voidPage. dispatchEvent(String selector, String type, Object eventInit, Page.DispatchEventOptions options)The snippet below dispatches theclickevent on the element.
-