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