Fork me on GitHub
#etaoin
<
2023-12-22
>
joshcho02:12:36

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

lread02:12:02

hi @U6D1FU8F2 ! 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
joshcho04:12:38

Will do so, thank you!

joshcho04:12:27

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

lread16:12:55

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

❤️ 1