Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasCountOptions
-
Packages that use LocatorAssertions.HasCountOptions Package Description com.microsoft.playwright.assertions com.microsoft.playwright.impl -
-
Uses of LocatorAssertions.HasCountOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasCountOptions Modifier and Type Method Description LocatorAssertions.HasCountOptionsLocatorAssertions.HasCountOptions. setTimeout(double timeout)Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasCountOptions Modifier and Type Method Description voidLocatorAssertions. hasCount(int count, LocatorAssertions.HasCountOptions options)Ensures theLocatorresolves to an exact number of DOM nodes. -
Uses of LocatorAssertions.HasCountOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type LocatorAssertions.HasCountOptions Modifier and Type Method Description voidLocatorAssertionsImpl. hasCount(int count, LocatorAssertions.HasCountOptions options)
-