Uses of Class
com.microsoft.playwright.Locator.DispatchEventOptions
-
Packages that use Locator.DispatchEventOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.String type, java.lang.Object eventInit, Locator.DispatchEventOptions options)Programmatically dispatch an event on the matching element. -
Uses of Locator.DispatchEventOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.DispatchEventOptions Modifier and Type Method Description voidLocatorImpl. dispatchEvent(java.lang.String type, java.lang.Object eventInit, Locator.DispatchEventOptions options)
-