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