Uses of Class
com.microsoft.playwright.assertions.PageAssertions.HasURLOptions
Packages that use PageAssertions.HasURLOptions
-
Uses of PageAssertions.HasURLOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return PageAssertions.HasURLOptionsModifier and TypeMethodDescriptionPageAssertions.HasURLOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type PageAssertions.HasURLOptionsModifier and TypeMethodDescriptionvoidPageAssertions.hasURL(String urlOrRegExp, PageAssertions.HasURLOptions options) Ensures the page is navigated to the given URL.voidPageAssertions.hasURL(Pattern urlOrRegExp, PageAssertions.HasURLOptions options) Ensures the page is navigated to the given URL. -
Uses of PageAssertions.HasURLOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type PageAssertions.HasURLOptionsModifier and TypeMethodDescriptionvoidPageAssertionsImpl.hasURL(String url, PageAssertions.HasURLOptions options) voidPageAssertionsImpl.hasURL(Pattern pattern, PageAssertions.HasURLOptions options)