Description from extension meta
Record browser actions and generate Playwright test scripts. Simplify test automation for QA engineers and developers.
Image from store
Description from store
Playwright Recorder - Test Automation Made Simple
Playwright Recorder is a powerful Chrome extension that allows you to record browser interactions and automatically generate Playwright test scripts. It is perfect for QA engineers, developers, and automation testers who want to create reliable automated tests without writing code manually.
Key Features
One-Click Recording - Start recording your browser actions with a single click.
Accurate Selectors - Automatically generates robust CSS selectors that work even when the page structure changes.
Multi-Tab Support - Records actions across different tabs and windows.
Navigation Tracking - Captures all page navigations and URL changes automatically.
Real-Time Preview - See your Playwright script generated in real-time as you interact with web pages.
Export Ready Scripts - Download complete, ready-to-run Playwright scripts with proper syntax.
Clean UI - Intuitive interface makes recording and managing test scripts simple.
How to Use
Install the extension and click on its icon in your Chrome toolbar.
Open the recorder window by clicking "Open Recorder."
Click the green "Start Recording" button to begin.
Interact with your website normally by clicking links, filling forms, and navigating between pages.
Stop recording when finished.
Click "Export Script" to save your generated Playwright script.
Run the exported script using Playwright in your automation project.
Technical Details
Playwright Recorder generates scripts using the official Playwright API, making them compatible with any Playwright project. The scripts are ready to use without modifications and follow best practices for reliable automation.
The extension works on any website without requiring any special configuration. It is designed to be lightweight and non-intrusive, ensuring your browsing experience is not affected.
Perfect For
QA Engineers automating regression tests
Developers creating end-to-end tests
Product teams validating user journeys
Anyone looking to save time on test automation
Example of a Generated Playwright Test
The generated script will include steps such as opening a browser, navigating to a website, interacting with elements (clicking buttons, filling forms), and verifying expected outcomes. The script can be directly executed within any Playwright automation framework.