Uses of Class
com.microsoft.playwright.Page.LoadState
-
Packages that use Page.LoadState Package Description com.microsoft.playwright -
-
Uses of Page.LoadState in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.LoadState Modifier and Type Method Description static Page.LoadState
Page.LoadState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Page.LoadState[]
Page.LoadState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.playwright with parameters of type Page.LoadState Modifier and Type Method Description default Deferred<Void>
Page. waitForLoadState(Page.LoadState state)
Deferred<Void>
Page. waitForLoadState(Page.LoadState state, Page.WaitForLoadStateOptions options)
Returns when the required load state has been reached.
-