Uses of Class
com.microsoft.playwright.assertions.PageAssertions.HasTitleOptions
-
Packages that use PageAssertions.HasTitleOptions Package Description com.microsoft.playwright.assertions com.microsoft.playwright.impl -
-
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(java.lang.String titleOrRegExp, PageAssertions.HasTitleOptions options)Ensures the page has the given title.voidPageAssertions. hasTitle(java.util.regex.Pattern titleOrRegExp, PageAssertions.HasTitleOptions options)Ensures the page has the given title. -
Uses of PageAssertions.HasTitleOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type PageAssertions.HasTitleOptions Modifier and Type Method Description voidPageAssertionsImpl. hasTitle(java.lang.String title, PageAssertions.HasTitleOptions options)voidPageAssertionsImpl. hasTitle(java.util.regex.Pattern pattern, PageAssertions.HasTitleOptions options)
-