Uses of Class
com.microsoft.playwright.assertions.PageAssertions.HasURLOptions
-
Packages that use PageAssertions.HasURLOptions Package Description com.microsoft.playwright.assertions -
-
Uses of PageAssertions.HasURLOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return PageAssertions.HasURLOptions Modifier and Type Method Description PageAssertions.HasURLOptionsPageAssertions.HasURLOptions. setIgnoreCase(boolean ignoreCase)Whether to perform case-insensitive match.PageAssertions.HasURLOptionsPageAssertions.HasURLOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type PageAssertions.HasURLOptions Modifier and Type Method Description voidPageAssertions. 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.
-