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