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