Puppeteer and Playwright recorder

Hi there. I wanted to point you to a new recorder for Puppeteer and Playwright. These are free tools with no sign-up required. You can record a test, play the test locally (needs node.js), and copy the code to your IDE or run on your Puppeteer or Playwright framework.

Why should you care?

  • there are no other Playwright recorders available as of this time
  • there is only one other Puppeteer recorder (QA Wolf) and having a choice is good
  • these recorders allow you to visualize the user flow that you’ve recorded and make adjustments before saving to code

This can help you jumpstart coding tests and save 50% or more time.

We are continually enhancing them, adding logs, allowing you to change the selectors, play the test, etc.

Let us know what else you would like to see added to the recorder.