require Result At Least
abstract fun requireResultAtLeast(minCount: Int, retryIfMissing: Boolean = true, retryTimeout: Duration = Duration.ofMinutes(1))
Content copied to clipboard
Sets a minimum count for search results.
Parameters
min Count
The minimum expected count of the searched results.
retry If Missing
If the value is true, try again when the count of searched results is less than minCount, otherwise throw an exception.
retry Timeout
Retry timeout when retryIfMissing is true.