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