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