Uses of Interface
com.microsoft.playwright.assertions.PageAssertions
-
Packages that use PageAssertions Package Description com.microsoft.playwright.assertions com.microsoft.playwright.impl -
-
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. -
Uses of PageAssertions in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement PageAssertions Modifier and Type Class Description classPageAssertionsImplMethods in com.microsoft.playwright.impl that return PageAssertions Modifier and Type Method Description PageAssertionsPageAssertionsImpl. not()
-