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