etaoin

lsenjov 2021-12-22T02:21:43.003200Z

I'm assuming you're trying to run jquery? What do you expect to be bound to $ ?

lsenjov 2021-12-22T02:23:07.004200Z

The error is from the raw js not executing properly, not from anything etaoin is doing

lsenjov 2021-12-22T02:23:36.004700Z

(at least, that's what it looks like)

lsenjov 2021-12-22T02:30:07.005Z

@steveholt04

lsenjov 2021-12-22T02:30:41.005800Z

Basically, run it in the console first and see what gets spat back out

lsenjov 2021-12-22T02:31:24.007Z

Or use etaoin's selectors to move the mouse over the element, rather than trigger it through jquery

lsenjov 2021-12-22T02:34:32.008400Z

Ah I saw the cross post. When you ran it in the console, did you do it through the automated browser?

lsenjov 2021-12-22T02:34:51.008800Z

Or through your usual browser?

2021-12-22T15:58:01.009200Z

@steveholt04 You might've missed this, but someone responded to you in #clojure explaining that the Chrome dev console binds $ to document.querySelector which would make it work "as expected" from the dev console even if you do not have jQuery installed in your website.