etaoin

2025-04-08T01:18:06.403339Z

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" [...]
So, how I should use the return of e/query ? I should use e/fill-el 🙌

1
🙌 1
lread 2025-04-08T02:09:50.412459Z

Glad you are sorted out @arthurfucher!

😇 1