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