Uses of Class
com.microsoft.playwright.Frame.TypeOptions
-
Packages that use Frame.TypeOptions Package Description com.microsoft.playwright -
-
Uses of Frame.TypeOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.TypeOptions Modifier and Type Method Description Frame.TypeOptionsFrame.TypeOptions. setDelay(double delay)Time to wait between key presses in milliseconds.Frame.TypeOptionsFrame.TypeOptions. setNoWaitAfter(boolean noWaitAfter)Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.Frame.TypeOptionsFrame.TypeOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Frame.TypeOptionsFrame.TypeOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Frame.TypeOptions Modifier and Type Method Description voidFrame. type(String selector, String text, Frame.TypeOptions options)Deprecated.In most cases, you should useLocator.fill()instead.
-