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