clojurescript

ClojureScript, a dialect of Clojure that compiles to JavaScript http://clojurescript.org | Currently at 1.10.879
vanelsas 2021-05-04T08:36:07.104Z

Hi all. I’m looking for an open-source plugin or other solution that will let me record every action taken, and every element interacted with, on a web page (with consent of course) within a browser. I would want to end up with a list of urls opened, html elements clicked etc. I assume most of such tools wil have been written in JS, but I’m hoping there is a Clojurescript example I could use for inspiration. Can anyone point me into the right direction. Apologies if this is not the right channel.