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

Fix newline issue + stateful actions handling #19

Closed wrn14897 closed 2 years ago

wrn14897 commented 2 years ago

This PR addresses two issues

  1. Handle special char like '\n' in type and fill events
  2. For tag like textarea, the recorder won't record every actions until the very end