Class LocatorAssertions.HasCountOptions
- java.lang.Object
-
- com.microsoft.playwright.assertions.LocatorAssertions.HasCountOptions
-
- Enclosing interface:
- LocatorAssertions
public static class LocatorAssertions.HasCountOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description HasCountOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocatorAssertions.HasCountOptions
setTimeout(double timeout)
Time to retry the assertion for in milliseconds.
-
-
-
Field Detail
-
timeout
public Double timeout
Time to retry the assertion for in milliseconds. Defaults to5000
.
-
-
Method Detail
-
setTimeout
public LocatorAssertions.HasCountOptions setTimeout(double timeout)
Time to retry the assertion for in milliseconds. Defaults to5000
.
-
-