Uses of Class
com.microsoft.playwright.Page.TypeOptions
Packages that use Page.TypeOptions
-
Uses of Page.TypeOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.TypeOptionsModifier and TypeMethodDescriptionPage.TypeOptions.setDelay(double delay) Time to wait between key presses in milliseconds.Page.TypeOptions.setNoWaitAfter(boolean noWaitAfter) Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Page.TypeOptions.setStrict(boolean strict) When true, the call requires selector to resolve to a single element.Page.TypeOptions.setTimeout(double timeout) Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.TypeOptionsModifier and TypeMethodDescriptionvoidPage.type(String selector, String text, Page.TypeOptions options) Deprecated. -
Uses of Page.TypeOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.TypeOptionsModifier and TypeMethodDescriptionvoidPageImpl.type(String selector, String text, Page.TypeOptions options)
Locator.fill()instead.