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
There is no direct support for that in the etaoin api, so you’ll have to roll your own thing there.
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.
Will do so, thank you!
Where should I look if I want to turn the text content of an element into an atom (so streaming any changes)