Uses of Class
com.microsoft.playwright.Page.WaitForLoadStateOptions
Packages that use Page.WaitForLoadStateOptions
-
Uses of Page.WaitForLoadStateOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForLoadStateOptionsModifier and TypeMethodDescriptionPage.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.WaitForLoadStateOptionsModifier and TypeMethodDescriptionvoidPage.waitForLoadState(LoadState state, Page.WaitForLoadStateOptions options) Returns when the required load state has been reached. -
Uses of Page.WaitForLoadStateOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForLoadStateOptionsModifier and TypeMethodDescriptionvoidPageImpl.waitForLoadState(LoadState state, Page.WaitForLoadStateOptions options)