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
As part of the window switching stuff, I've changed so that a selector argument is allowed and passed to the ElementCollection constructor. So what remains is actually filtering the elements.
It looks like this is mostly implemented in ElementLocator - at the end of #find_by_conditions we do actually find all matching elements when :index is passed by calling #elements_by_idents. The ElementLocator class badly needs refactoring though.
The text was updated successfully, but these errors were encountered: