Uses of Class
com.microsoft.playwright.Frame.WaitForLoadStateOptions
Packages that use Frame.WaitForLoadStateOptions
-
Uses of Frame.WaitForLoadStateOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.WaitForLoadStateOptionsModifier and TypeMethodDescriptionFrame.WaitForLoadStateOptions.setTimeout(double timeout) Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Methods in com.microsoft.playwright with parameters of type Frame.WaitForLoadStateOptionsModifier and TypeMethodDescriptionvoidFrame.waitForLoadState(LoadState state, Frame.WaitForLoadStateOptions options) Waits for the required load state to be reached. -
Uses of Frame.WaitForLoadStateOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.WaitForLoadStateOptionsModifier and TypeMethodDescriptionvoidFrameImpl.waitForLoadState(LoadState state, Frame.WaitForLoadStateOptions options) (package private) voidFrameImpl.waitForLoadStateImpl(LoadState state, Frame.WaitForLoadStateOptions options, Logger logger) private voidFrameImpl.waitForLoadStateImpl(WaitUntilState state, Frame.WaitForLoadStateOptions options, Logger logger)