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