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