Uses of Class
com.microsoft.playwright.assertions.PageAssertions.HasTitleOptions
-
Packages that use PageAssertions.HasTitleOptions Package Description com.microsoft.playwright.assertions -
-
Uses of PageAssertions.HasTitleOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return PageAssertions.HasTitleOptions Modifier and Type Method Description PageAssertions.HasTitleOptionsPageAssertions.HasTitleOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type PageAssertions.HasTitleOptions Modifier and Type Method Description voidPageAssertions. hasTitle(String titleOrRegExp, PageAssertions.HasTitleOptions options)Ensures the page has the given title.voidPageAssertions. hasTitle(Pattern titleOrRegExp, PageAssertions.HasTitleOptions options)Ensures the page has the given title.
-