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.TextContentOptions
Page.TextContentOptions. setStrict(boolean strict)
When true, the call requires selector to resolve to a single element.Page.TextContentOptions
Page.TextContentOptions. setTimeout(double timeout)
Maximum time in milliseconds.Methods in com.microsoft.playwright with parameters of type Page.TextContentOptions Modifier and Type Method Description String
Page. textContent(String selector, Page.TextContentOptions options)
Returnselement.textContent
.
-