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
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 ?
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();