Uses of Class
com.microsoft.playwright.Locator.TypeOptions
Packages that use Locator.TypeOptions
-
Uses of Locator.TypeOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.TypeOptionsModifier and TypeMethodDescriptionLocator.TypeOptions.setDelay(double delay) Time to wait between key presses in milliseconds.Locator.TypeOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Locator.TypeOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Locator.TypeOptionsModifier and TypeMethodDescriptionvoidLocator.type(String text, Locator.TypeOptions options) Deprecated. -
Uses of Locator.TypeOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.TypeOptionsModifier and TypeMethodDescriptionvoidLocatorImpl.type(String text, Locator.TypeOptions options)
Locator.fill()instead.