Uses of Class
com.microsoft.playwright.Locator.BlurOptions
-
Packages that use Locator.BlurOptions Package Description com.microsoft.playwright -
-
Uses of Locator.BlurOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.BlurOptions Modifier and Type Method Description Locator.BlurOptionsLocator.BlurOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.BlurOptions Modifier and Type Method Description voidLocator. blur(Locator.BlurOptions options)Calls blur on the element.
-