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
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.
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