DeploySentinel / Recorder

A browser extension that generates Cypress, Playwright and Puppeteer test scripts from your interactions 🖱 ⌨
https://deploysentinel.com/recorder
Apache License 2.0
444 stars 36 forks source link

Bug: Recording text entries into multi-line fields generate incorrect code #14

Open MikeShi42 opened 2 years ago

MikeShi42 commented 2 years ago

If you enter multi-line content into a text field, the recorder won't properly escape the new line characters.

image