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