hi guys, how do I return vector of elements matching certain criteria, for instance what fulfills my request is this
(e/get-element-text driver {:css "div.ui-table__row"})
however this returns only first matching element, and I do not which function to use return all elements as such, I've seen query function but that returns something completely differentHiya @cvetan.simsic, sorry did not see your question until now.
The last question in the etaoin channel used e/query-all, would that approach work for you?
@lee thanks, I found that and used it. 😄 I've implemented what I wanted.
Thanks, for following up @cvetan.simsic and glad to learn that you found your way!