Uses of Class
com.microsoft.playwright.Page.WaitForURLOptions
-
Packages that use Page.WaitForURLOptions Package Description com.microsoft.playwright -
-
Uses of Page.WaitForURLOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForURLOptions Modifier and Type Method Description Page.WaitForURLOptionsPage.WaitForURLOptions. setTimeout(double timeout)Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Page.WaitForURLOptionsPage.WaitForURLOptions. setWaitUntil(WaitUntilState waitUntil)When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Page.WaitForURLOptions Modifier and Type Method Description voidPage. waitForURL(String url, Page.WaitForURLOptions options)Waits for the main frame to navigate to the given URL.voidPage. waitForURL(Predicate<String> url, Page.WaitForURLOptions options)Waits for the main frame to navigate to the given URL.voidPage. waitForURL(Pattern url, Page.WaitForURLOptions options)Waits for the main frame to navigate to the given URL.
-