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