KabaLabs / Cypress-Recorder

A dev tool that records user interaction with a web application and generates cypress code to allow the developer to replicate that particular session.
ISC License
658 stars 90 forks source link

Click canvas elements with explicit coordinates #180

Open sroettering opened 3 years ago

sroettering commented 3 years ago

In my application I have a map that is rendered on a canvas. Now when I use the recorder to record some test cases for clicking on certain positions on the map the recorder just generates normal clicks which target like some corner of the actual element. For canvas elements in particular it would be nice to actually record the clicked coordinates.

Might already be implemented in #155

ketz commented 2 years ago

I'd really like to have this feature too. Has anyone worked on something similar?