You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...The text was updated successfully, but these errors were encountered: