Uses of Class
com.microsoft.playwright.Locator.TypeOptions
-
Packages that use Locator.TypeOptions Package Description com.microsoft.playwright -
-
Uses of Locator.TypeOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.TypeOptions Modifier and Type Method Description Locator.TypeOptionsLocator.TypeOptions. setDelay(double delay)Time to wait between key presses in milliseconds.Locator.TypeOptionsLocator.TypeOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Locator.TypeOptionsLocator.TypeOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.TypeOptions Modifier and Type Method Description voidLocator. type(String text, Locator.TypeOptions options)Deprecated.In most cases, you should useLocator.fill()instead.
-