I would like to capture user behavior in a Web Page (Has, html, css, js scripts) on a given window (x,y) (x1,y1) and playback later of the time.
Currently, we take screenshots but the storage is huge for each user on each form. Is there a way to make it simplified format and play it back later?
It is only the front end rendering needed, not worried about the underlying backend scripts.
Currently web page is using vue framework, anything in vue would be great too.