Uses of Interface
com.microsoft.playwright.assertions.LocatorAssertions
-
Packages that use LocatorAssertions Package Description com.microsoft.playwright.assertions com.microsoft.playwright.impl -
-
Uses of LocatorAssertions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions Modifier and Type Method Description static LocatorAssertionsPlaywrightAssertions. assertThat(Locator locator)Creates aLocatorAssertionsobject for the givenLocator.LocatorAssertionsLocatorAssertions. not()Makes the assertion check for the opposite condition. -
Uses of LocatorAssertions in com.microsoft.playwright.impl
Classes in com.microsoft.playwright.impl that implement LocatorAssertions Modifier and Type Class Description classLocatorAssertionsImplMethods in com.microsoft.playwright.impl that return LocatorAssertions Modifier and Type Method Description LocatorAssertionsLocatorAssertionsImpl. not()
-