Uses of Interface
com.microsoft.playwright.assertions.PageAssertions
-
Packages that use PageAssertions Package Description com.microsoft.playwright.assertions -
-
Uses of PageAssertions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return PageAssertions Modifier and Type Method Description static PageAssertionsPlaywrightAssertions. assertThat(Page page)Creates aPageAssertionsobject for the givenPage.PageAssertionsPageAssertions. not()Makes the assertion check for the opposite condition.
-