Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support count assertions for findAllBy webdriver methods #1110

Open
jason0x43 opened this issue Feb 21, 2020 · 0 comments
Open

Support count assertions for findAllBy webdriver methods #1110

jason0x43 opened this issue Feb 21, 2020 · 0 comments
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

Comments

@jason0x43
Copy link
Member

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 a findAllBy call until at least count items had been found. The call should still attempt to honor the standard find timeout.

See #1019 (comment).

@jason0x43 jason0x43 added enhancement A new or improved feature effort-medium This may take a couple of days domain-webdriver Related to Intern's webdriver interface (formerly Leadfoot) priority-low We'll get to this eventually labels Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant