What is Headless Recorder?
Headless Recorder is a popular open source Google Chrome Extension to easily generate Playwright/Puppeteer scripts without coding đ.
The free extension makes writing Playwright/Puppeteer scripts way easier. It records your browser interactions and auto-generates the code.
Note: This project is deprecated. But The project will still be accessible (you can download it, fork it or read the code) but will not be open for any maintenance, code change, issue, support or feature request.
Alternatively, Since Chrome 89, Chrome DevTools has an option to record/generate Puppeteer scripts by recording the actions that you do in your Chrome browser.