KabaLabs / Cypress-Recorder

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

Wrong element id saved by the Cypress Recorder #187

Closed webtsx closed 11 months ago

webtsx commented 2 years ago

Hello, I got an issue. I tried to use it on my application but it stores wrong element id. Element id is 144, but it records it like this: #\31 44 instead of #144. Could you please check ?

cy.visit('MY-APP-URL'); cy.get('#\31 44').click();

1-issue 2