Uses of Class
com.microsoft.playwright.Page.WaitForNavigationOptions
Packages that use Page.WaitForNavigationOptions
-
Uses of Page.WaitForNavigationOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForNavigationOptionsModifier and TypeMethodDescriptionPage.WaitForNavigationOptions.setTimeout(double timeout) Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.A glob pattern, regex pattern or predicate receiving [URL] to match while waiting for the navigation.A glob pattern, regex pattern or predicate receiving [URL] to match while waiting for the navigation.A glob pattern, regex pattern or predicate receiving [URL] to match while waiting for the navigation.Page.WaitForNavigationOptions.setWaitUntil(WaitUntilState waitUntil) When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Page.WaitForNavigationOptionsModifier and TypeMethodDescriptionPage.waitForNavigation(Page.WaitForNavigationOptions options, Runnable callback) Deprecated. -
Uses of Page.WaitForNavigationOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForNavigationOptionsModifier and TypeMethodDescriptionPageImpl.waitForNavigation(Page.WaitForNavigationOptions options, Runnable code) private ResponsePageImpl.waitForNavigationImpl(Logger logger, Runnable code, Page.WaitForNavigationOptions options)
Page.waitForURL()instead.