Uses of Class
com.microsoft.playwright.assertions.LocatorAssertions.HasCountOptions
Packages that use LocatorAssertions.HasCountOptions
-
Uses of LocatorAssertions.HasCountOptions in com.microsoft.playwright.assertions
Methods in com.microsoft.playwright.assertions that return LocatorAssertions.HasCountOptionsModifier and TypeMethodDescriptionLocatorAssertions.HasCountOptions.setTimeout(double timeout) Time to retry the assertion for in milliseconds.Methods in com.microsoft.playwright.assertions with parameters of type LocatorAssertions.HasCountOptionsModifier and TypeMethodDescriptionvoidLocatorAssertions.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.HasCountOptionsModifier and TypeMethodDescriptionvoidLocatorAssertionsImpl.hasCount(int count, LocatorAssertions.HasCountOptions options)