Uses of Enum
com.microsoft.playwright.options.LoadState
Packages that use LoadState
Package
Description
-
Uses of LoadState in com.microsoft.playwright
Methods in com.microsoft.playwright with parameters of type LoadStateModifier and TypeMethodDescriptiondefault voidFrame.waitForLoadState(LoadState state) Waits for the required load state to be reached.voidFrame.waitForLoadState(LoadState state, Frame.WaitForLoadStateOptions options) Waits for the required load state to be reached.default voidPage.waitForLoadState(LoadState state) Returns when the required load state has been reached.voidPage.waitForLoadState(LoadState state, Page.WaitForLoadStateOptions options) Returns when the required load state has been reached. -
Uses of LoadState in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LoadStateModifier and TypeMethodDescriptionvoidFrameImpl.waitForLoadState(LoadState state, Frame.WaitForLoadStateOptions options) voidPageImpl.waitForLoadState(LoadState state, Page.WaitForLoadStateOptions options) (package private) voidFrameImpl.waitForLoadStateImpl(LoadState state, Frame.WaitForLoadStateOptions options, Logger logger) -
Uses of LoadState in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return LoadState