Uses of Class
com.microsoft.playwright.Locator.DispatchEventOptions
-
Packages that use Locator.DispatchEventOptions Package Description com.microsoft.playwright -
-
Uses of Locator.DispatchEventOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.DispatchEventOptions Modifier and Type Method Description Locator.DispatchEventOptionsLocator.DispatchEventOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.DispatchEventOptions Modifier and Type Method Description voidLocator. dispatchEvent(String type, Object eventInit, Locator.DispatchEventOptions options)Programmatically dispatch an event on the matching element.
-