Uses of Class
com.microsoft.playwright.options.LoadState
-
Packages that use LoadState Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of LoadState in com.microsoft.playwright
Methods in com.microsoft.playwright with parameters of type LoadState Modifier and Type Method Description default 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.options
Methods in com.microsoft.playwright.options that return LoadState Modifier and Type Method Description static LoadStateLoadState. valueOf(String name)Returns the enum constant of this type with the specified name.static LoadState[]LoadState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-