ealves / protractor-recorder

Record, export and run tests with protractor for angular and non angular webapps
MIT License
128 stars 33 forks source link

Canvas on mouse click #6

Closed ealves closed 8 years ago

ealves commented 9 years ago

Try to retrieve mouse position click coordinates on canvas elements to export and performs with protractor.

hanthomas commented 8 years ago

+1

Also other mouse/touch operations such as mousedown, mousemove, mouseup, touchstart, touchmove, and touchend. BTW, great job on this tool so far!