Recording mouse drag

When testing a web site I’d like to be able to record mouse clicks/drags.

  • The current implementation only records one click at the starting target when dragging
  • I’d like an option to record mouse coordinates instead of DOM elements
  • It would also be nice to record XMove instructions e.g. use the OS mouse
  • There should be an option to record OS mouse positions relative to the target window e.g. the browser in my case, for repeatability

I need to test dragging several elements from a palette to a canvas and doing this manually is very time consuming!

Yes, drag & drop with XClick/XMove needs to be created step by step, recording is not available for XClick. But if you use XClick + IMAGE, then building this automation should be rather straightforward.