Uses of Class
com.microsoft.playwright.Page.InnerTextOptions
-
Packages that use Page.InnerTextOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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 java.lang.StringPage. innerText(java.lang.String selector, Page.InnerTextOptions options)Returnselement.innerText. -
Uses of Page.InnerTextOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.InnerTextOptions Modifier and Type Method Description java.lang.StringPageImpl. innerText(java.lang.String selector, Page.InnerTextOptions options)
-