Uses of Interface
com.microsoft.playwright.assertions.LocatorAssertions
-
Packages that use LocatorAssertions Package Description com.microsoft.playwright.assertions -
-
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.
-