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

consider fixing broken waiting on any filtered_like_collection.cached #535

Open
yashaka opened this issue May 24, 2024 · 1 comment
Open

Comments

@yashaka
Copy link
Owner

yashaka commented May 24, 2024

currently collection.cached does not have waiting built in...

under the hood we use .cached inside locators, so that's ok...

but there will be scenarios for the end user, where the use would want to cache elements after he waited for the correct collection size, for example via browser.all('.item')[:3].cached And here we may fail without waiting, that is pretty not consistent with normal selene's behavior...

@yashaka
Copy link
Owner Author

yashaka commented May 24, 2024

seems like pretty tough connected with #534

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant