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