etaoin

cvetan 2022-09-09T00:07:56.560109Z

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 different

lread 2022-09-28T02:25:46.308469Z

Hiya @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?

cvetan 2022-09-28T07:07:22.164519Z

@lee thanks, I found that and used it. 😄 I've implemented what I wanted.

lread 2022-09-28T11:40:24.725129Z

Thanks, for following up @cvetan.simsic and glad to learn that you found your way!

🍺 2
✅ 1