cypress-io / cypress-chrome-recorder

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

feat(click): add support for dblclick and rightclick. #22

Closed admah closed 2 years ago

admah commented 2 years ago

When a click-type event has button: 'secondary', the output will be cy.get("_element_").rightclick();.

A doubleClick event will become cy.get("_element_").dblclick();.

Closes #20.

linear[bot] commented 2 years ago

DX-917

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: