Uses of Class
com.microsoft.playwright.Frame.InputValueOptions
-
Packages that use Frame.InputValueOptions Package Description com.microsoft.playwright -
-
Uses of Frame.InputValueOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.InputValueOptions Modifier and Type Method Description Frame.InputValueOptionsFrame.InputValueOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Frame.InputValueOptionsFrame.InputValueOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Frame.InputValueOptions Modifier and Type Method Description StringFrame. inputValue(String selector, Frame.InputValueOptions options)Returnsinput.valuefor the selected<input>or<textarea>or<select>element.
-