cypress-io / cypress-chrome-recorder

Export Cypress Tests from Google Chrome DevTools' Recorder
MIT License
226 stars 18 forks source link

Support double and right clicks #20

Closed OrKoN closed 2 years ago

OrKoN commented 2 years ago

Hey there! 👋

We have extended the Schema in @puppeteer/replay with some new attributes for the click step and a new step type called double click:

1) https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L66 2) https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L87

It'd be great to update the cypress recorder to support those. The feature will be shipping in Chromium 103.

admah commented 2 years ago

@OrKoN thanks for the heads-up! I've added a PR to address both of those additions.

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 1.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: