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