Uses of Class
com.microsoft.playwright.Page.SetContentOptions
-
Packages that use Page.SetContentOptions Package Description com.microsoft.playwright -
-
Uses of Page.SetContentOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.SetContentOptions Modifier and Type Method Description Page.SetContentOptionsPage.SetContentOptions. setTimeout(double timeout)Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Page.SetContentOptionsPage.SetContentOptions. setWaitUntil(WaitUntilState waitUntil)When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Page.SetContentOptions Modifier and Type Method Description voidPage. setContent(String html, Page.SetContentOptions options)This method internally calls document.write(), inheriting all its specific characteristics and behaviors.
-