Support count assertions for findAllBy webdriver methods #1110
Labels
domain-webdriver
Related to Intern's webdriver interface (formerly Leadfoot)
effort-medium
This may take a couple of days
enhancement
A new or improved feature
priority-low
We'll get to this eventually
The findAllBy methods currently wait for at least one element to match the selector within the find timeout. These methods should support an optional
count
argument that would retry afindAllBy
call until at leastcount
items had been found. The call should still attempt to honor the standard find timeout.See #1019 (comment).
The text was updated successfully, but these errors were encountered: