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