etaoin

joshcho 2023-12-22T02:41:36.185699Z

I am new to browser automation; how can I see what’s going on in the browser while working on browser actions in etaoin? Do I need to run with head? Not entirely sure

lread 2023-12-22T16:04:55.428439Z

There is no direct support for that in the etaoin api, so you’ll have to roll your own thing there.

❤️ 1
lread 2023-12-22T02:47:02.119399Z

hi @joshcho ! Ya, if you run a headed browser an actual web browser will open and be under the control of a web driver session. If you have not already done so, have a look at the https://cljdoc.org/d/etaoin/etaoin/1.0.40/doc/user-guide.

❤️ 1
joshcho 2023-12-22T04:13:38.091459Z

Will do so, thank you!

joshcho 2023-12-22T04:14:27.135729Z

Where should I look if I want to turn the text content of an element into an atom (so streaming any changes)