hey, first time using eatoin here 😇 thanks for the library!
I'm struggling here with an issue, I want to fill an element. So, I used
e/query to find it, and it returns an id. But I'm not sure how to use it, because if I pass this id as a selector it does not work:
(def nick (e/query driver {:css "input[name='lnick']"}))
(e/fill driver nick "user") ;;=> ; throw+: {:response {:value {:error "invalid selector" [...]
e/query ?e/fill-el 🙌