checkly / headless-recorder

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
https://checklyhq.com/headless-recorder
MIT License
15.03k stars 722 forks source link

Add more elements #24

Closed tnolet closed 6 years ago

tnolet commented 6 years ago

We want to add more elements like

div
img
span
h1
h2
h3
h4
h5
h6
label

This however brings the problem of double triggered events. An a nested in a span can generate double click events for instance.

Therefore we need to de double events in a somewhat intelligent way.

tnolet commented 6 years ago

closed with release 0.4.0