Uses of Class
com.microsoft.playwright.Page.WaitForURLOptions
Packages that use Page.WaitForURLOptions
-
Uses of Page.WaitForURLOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.WaitForURLOptionsModifier and TypeMethodDescriptionPage.WaitForURLOptions.setTimeout(double timeout) Maximum operation time in milliseconds, defaults to 30 seconds, pass0to disable timeout.Page.WaitForURLOptions.setWaitUntil(WaitUntilState waitUntil) When to consider operation succeeded, defaults toload.Methods in com.microsoft.playwright with parameters of type Page.WaitForURLOptionsModifier and TypeMethodDescriptionvoidPage.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. -
Uses of Page.WaitForURLOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.WaitForURLOptionsModifier and TypeMethodDescriptionprivate voidPageImpl.waitForURL(UrlMatcher matcher, Page.WaitForURLOptions options) voidPageImpl.waitForURL(String url, Page.WaitForURLOptions options) voidPageImpl.waitForURL(Predicate<String> url, Page.WaitForURLOptions options) voidPageImpl.waitForURL(Pattern url, Page.WaitForURLOptions options)