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