Uses of Class
com.microsoft.playwright.Frame.SetContentOptions
Packages that use Frame.SetContentOptions
-
Uses of Frame.SetContentOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.SetContentOptionsModifier and TypeMethodDescriptionFrame.SetContentOptions.setTimeout(double timeout) Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Frame.SetContentOptions.setWaitUntil(WaitUntilState waitUntil) When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Frame.SetContentOptionsModifier and TypeMethodDescriptionvoidFrame.setContent(String html, Frame.SetContentOptions options) This method internally calls document.write(), inheriting all its specific characteristics and behaviors. -
Uses of Frame.SetContentOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.SetContentOptionsModifier and TypeMethodDescriptionvoidFrameImpl.setContent(String html, Frame.SetContentOptions options) (package private) voidFrameImpl.setContentImpl(String html, Frame.SetContentOptions options)