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