Uses of Class
com.microsoft.playwright.Page.WaitForLoadStateOptions
-
Packages that use Page.WaitForLoadStateOptions Package Description com.microsoft.playwright -
-
Uses of Page.WaitForLoadStateOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForLoadStateOptions Modifier and Type Method Description Page.WaitForLoadStateOptionsPage.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 Page.WaitForLoadStateOptions Modifier and Type Method Description voidPage. waitForLoadState(LoadState state, Page.WaitForLoadStateOptions options)Returns when the required load state has been reached.
-