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

Record basic forms #3

Closed tnolet closed 6 years ago

tnolet commented 6 years ago

Usefulness of the plugin is very much depended on automating the time intensive parts of testing and crawling. Number one is probably filling out forms. This extension should be able to record all the things that are in a typical Bootstrap-type form:

manoflinux commented 6 years ago

I see I am not the only person with problems recording what is typed into a input form. Everything else seems to be recorded. Just wanted to also say this an awesome project and can't wait till its more done.

tnolet commented 6 years ago

@manoflinux please remember to hit tab when typing in input fields. This functionality is now just a copy & paste from Daydream. Will iterate on it more.

shobhitchittora commented 5 years ago

I'm facing the same issue here. Not able to record data input event to input fields.