Uses of Class
com.microsoft.playwright.Locator.ClearOptions
-
Packages that use Locator.ClearOptions Package Description com.microsoft.playwright -
-
Uses of Locator.ClearOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.ClearOptions Modifier and Type Method Description Locator.ClearOptionsLocator.ClearOptions. setForce(boolean force)Whether to bypass the actionability checks.Locator.ClearOptionsLocator.ClearOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Locator.ClearOptionsLocator.ClearOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.ClearOptions Modifier and Type Method Description voidLocator. clear(Locator.ClearOptions options)Clear the input field.
-