Uses of Class
com.microsoft.playwright.assertions.PageAssertions.HasTitleOptions
Packages that use PageAssertions.HasTitleOptions
-
Uses of PageAssertions.HasTitleOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return PageAssertions.HasTitleOptionsModifier and TypeMethodDescriptionPageAssertions.HasTitleOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type PageAssertions.HasTitleOptionsModifier and TypeMethodDescriptionvoidPageAssertions.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. -
Uses of PageAssertions.HasTitleOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type PageAssertions.HasTitleOptionsModifier and TypeMethodDescriptionvoidPageAssertionsImpl.hasTitle(String title, PageAssertions.HasTitleOptions options) voidPageAssertionsImpl.hasTitle(Pattern pattern, PageAssertions.HasTitleOptions options)