Uses of Class
com.microsoft.playwright.Frame.WaitForNavigationOptions
Packages that use Frame.WaitForNavigationOptions
-
Uses of Frame.WaitForNavigationOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.WaitForNavigationOptionsModifier and TypeMethodDescriptionFrame.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.Frame.WaitForNavigationOptions.setWaitUntil(WaitUntilState waitUntil) When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Frame.WaitForNavigationOptionsModifier and TypeMethodDescriptionFrame.waitForNavigation(Frame.WaitForNavigationOptions options, Runnable callback) Deprecated. -
Uses of Frame.WaitForNavigationOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.WaitForNavigationOptionsModifier and TypeMethodDescriptionFrameImpl.waitForNavigation(Frame.WaitForNavigationOptions options, Runnable code) (package private) ResponseFrameImpl.waitForNavigationImpl(Logger logger, Runnable code, Frame.WaitForNavigationOptions options) private ResponseFrameImpl.waitForNavigationImpl(Logger logger, Runnable code, Frame.WaitForNavigationOptions options, UrlMatcher matcher)
Frame.waitForURL()instead.