Fork me on GitHub
#etaoin
<
2022-09-09
>
cvetan00:09:56

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

lread02:09:46

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

cvetan07:09:22

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

lread11:09:24

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

1
🍺 2