Uses of Class
com.microsoft.playwright.Frame.WaitForNavigationOptions
-
Packages that use Frame.WaitForNavigationOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Frame.WaitForNavigationOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.WaitForNavigationOptions Modifier and Type Method Description Frame.WaitForNavigationOptionsFrame.WaitForNavigationOptions. setTimeout(double timeout)Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Frame.WaitForNavigationOptionsFrame.WaitForNavigationOptions. setUrl(java.lang.String url)A glob pattern, regex pattern or predicate receiving [URL] to match while waiting for the navigation.Frame.WaitForNavigationOptionsFrame.WaitForNavigationOptions. setUrl(java.util.function.Predicate<java.lang.String> url)A glob pattern, regex pattern or predicate receiving [URL] to match while waiting for the navigation.Frame.WaitForNavigationOptionsFrame.WaitForNavigationOptions. setUrl(java.util.regex.Pattern url)A glob pattern, regex pattern or predicate receiving [URL] to match while waiting for the navigation.Frame.WaitForNavigationOptionsFrame.WaitForNavigationOptions. setWaitUntil(WaitUntilState waitUntil)When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Frame.WaitForNavigationOptions Modifier and Type Method Description ResponseFrame. waitForNavigation(Frame.WaitForNavigationOptions options, java.lang.Runnable callback)Deprecated.This method is inherently racy, please useFrame.waitForURL()instead. -
Uses of Frame.WaitForNavigationOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.WaitForNavigationOptions Modifier and Type Method Description ResponseFrameImpl. waitForNavigation(Frame.WaitForNavigationOptions options, java.lang.Runnable code)(package private) ResponseFrameImpl. waitForNavigationImpl(Logger logger, java.lang.Runnable code, Frame.WaitForNavigationOptions options)private ResponseFrameImpl. waitForNavigationImpl(Logger logger, java.lang.Runnable code, Frame.WaitForNavigationOptions options, UrlMatcher matcher)
-