checkly / headless-recorder

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
https://checklyhq.com/headless-recorder
MIT License
15.03k stars 722 forks source link

Not able too generate script to fill text boxes. #65

Closed shobhitchittora closed 5 years ago

shobhitchittora commented 5 years ago

Tested this in Chrome as well as in Chromium. I'm not able to see any input script being generated for the keydown events recorded.

puppeteer-recorder-issue

tnolet commented 5 years ago

Hey @shobhitchittora you need to hit the TAB key to "commit" the key downs.

https://github.com/checkly/puppeteer-recorder#usage

There is no other way to register the begin / end of text input for now.