Uses of Class
com.microsoft.playwright.Page.InnerTextOptions
-
Packages that use Page.InnerTextOptions Package Description com.microsoft.playwright -
-
Uses of Page.InnerTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.InnerTextOptions Modifier and Type Method Description Page.InnerTextOptionsPage.InnerTextOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Page.InnerTextOptionsPage.InnerTextOptions. setTimeout(double timeout)Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.InnerTextOptions Modifier and Type Method Description StringPage. innerText(String selector, Page.InnerTextOptions options)Returnselement.innerText.
-