6 items
Record browser actions and generate Playwright test scripts in JavaScript, TypeScript, Python, Java, and C# (.NET). 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 in JavaScript, TypeScript, Python, Java, and C# (.NET). It is perfect for QA engineers, developers, and automation testers who want to create reliable automated tests without writing code manually. ๐๐ฒ๐ ๐๐ฒ๐ฎ๐๐๐ฟ๐ฒ๐ ๐ NEW in v4.0: Hover, Key Press & Scroll Recording, Double-Click & Right-Click, File Upload, Smart Navigation Wrapping, Click-to-Assert Builder, Inline Step Editor & Tailwind Selector Fix ๐ฑ๏ธ Hover Recording โ Captures mouseover interactions on interactive elements with smart 400ms debounce to avoid noise. ๐ Key Press Recording โ Records meaningful keyboard events: Enter, Tab, Escape, arrow keys, and all F1โF12 function keys. ๐ Scroll Recording โ Tracks scroll wheel actions with delta accumulation, generating page.mouse.wheel() calls for precise scroll tests. ๐๐ Double-Click & Right-Click โ Records dblclick and right-click (context menu) interactions across all 5 languages. ๐ File Upload Recording โ Captures <input type="file"> interactions and generates page.setInputFiles() with the selected filenames. ๐ Smart Navigation Wrapping โ Automatically detects when a click triggers a page navigation and wraps it in Promise.all([page.waitForURL(), page.click()]) so tests don't race. Works in all 5 languages. โ Click-to-Assert Builder โ Hit the Assert button, click any element, and get an instant expect() assertion โ toHaveText, toHaveValue, or toBeVisible chosen automatically. โ๏ธ Inline Step Editor โ Double-click any recorded step's details to edit it in-place. Press Enter to save, Escape to cancel. ๐ NEW in v3.0: Dark Mode, Pause/Resume Recording, Step Labels, Auto-Assertions, Per-Action Delete, Copy to Clipboard & Toast Notifications โข ๐ Dark Mode - Toggle between light and dark themes with your preference saved between sessions. โข โธ Pause & Resume - Pause recording mid-session to handle popups or manual steps, then resume without losing any recorded actions. โข ๐ท๏ธ Step Labels - Insert named markers between actions (e.g. "Login flow", "Fill form"). Labels appear as readable comments in the generated script. โข โ Auto-Assertions - Automatically inserts URL assertions after every navigation step so your tests validate page state with zero extra work. โข ๐ Per-Action Delete - Hover over any recorded action and click ร to remove it individually. No need to clear everything and re-record. โข ๐ Copy to Clipboard - Copy the generated script instantly without exporting to a file first. โข ๐ Toast Notifications - Real-time feedback for every action โ recording started, action removed, script copied, export complete. โข Multi-Language Support - Generate test scripts in JavaScript, TypeScript, Python, Java, or C# (.NET) with a simple dropdown selection. โข Session Persistence - Save authentication state (cookies + localStorage) to skip login flows. Load saved states to instantly authenticate in tests without repeating login steps. โข Network Recording - Capture HTTP requests and automatically generate page.route() mocks. Perfect for testing without hitting real APIs or creating deterministic tests. โข ARIA Selectors - Generate accessibility-first selectors using getByRole() and ARIA attributes. These selectors are more resilient to UI changes and improve test stability. โข Mobile Emulation - Select from popular devices (iPhone, iPad, Pixel) to generate tests with proper viewport and user agent configuration for mobile testing. โข 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. โข Custom Filename - Name your test scripts with the correct file extension automatically applied. โข Resizable Interface - Adjust the panels to focus on either recorded actions or generated code. โข Export Ready Scripts - Download complete, ready-to-run Playwright scripts with proper syntax. ๐๐ผ๐ ๐๐ผ ๐จ๐๐ฒ โข Install the extension and click on its icon in your Chrome toolbar. โข Open the recorder window by clicking "Open Recorder." โข Select your preferred programming language (JavaScript, TypeScript, Python, Java, or C# (.NET)). โข (Optional) Toggle Dark Mode from the top-right for a comfortable recording environment. โข (Optional) Save authentication state by clicking "Save Auth State" if your site requires login. โข (Optional) Enable "Record Network" to capture API calls for mocking. โข (Optional) Enable "Aria Selectors" for more resilient accessibility-based selectors. โข (Optional) Enable "Auto Assertions" to auto-insert URL checks after every navigation. โข (Optional) Select a mobile device from the "Device" dropdown for mobile testing. โข Click the green "Start" button to begin recording. โข Interact with your website normally by clicking links, filling forms, and navigating between pages. โข Use Pause to temporarily stop capturing without losing recorded actions. โข Add Labels to annotate sections of your test flow. โข Delete any unwanted action with the ร button on hover. โข Stop recording when finished. โข Copy the script directly or customize the filename and click Export. โข Run the exported script using Playwright in your automation project. ๐ง๐ฒ๐ฐ๐ต๐ป๐ถ๐ฐ๐ฎ๐น ๐๐ฒ๐๐ฎ๐ถ๐น๐ 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. ๐ฃ๐ฒ๐ฟ๐ณ๐ฒ๐ฐ๐ ๐๐ผ๐ฟ โข QA Engineers automating regression tests โข Developers creating end-to-end tests โข Product teams validating user journeys โข Anyone looking to save time on test automation โข Teams working with multiple programming languages โข .NET developers building automated testing workflows ๐๐ ๐ฎ๐บ๐ฝ๐น๐ฒ ๐ผ๐ณ ๐๐ฒ๐ป๐ฒ๐ฟ๐ฎ๐๐ฒ๐ฑ ๐ฃ๐น๐ฎ๐๐๐ฟ๐ถ๐ด๐ต๐ ๐ง๐ฒ๐๐๐ The extension generates complete, runnable test scripts in your chosen language: JavaScript: Uses native Playwright JS API with async/await patterns TypeScript: Includes proper type annotations and error handling Python: Follows Python conventions with async Playwright API Java: Implements Java-specific Playwright patterns C# (.NET): Uses modern C# async/await with proper resource disposal These scripts include all recorded steps such as navigations, clicks, form inputs, and can be directly executed within any Playwright automation framework. ๐ More Developer Tools by Ashish Sharda Building better software? Check out our other productivity tools: SecuriScan - Web Security Analyzer Find security vulnerabilities, check headers, analyze your web apps โ https://chromewebstore.google.com/detail/securiscan-web-security-a/ngiloibpcojbjpkpkkohmliamfhmanm Vajra AI - AI Coding Assistant AI-powered code generation and testing for VS Code โ https://marketplace.visualstudio.com/items?itemName=AshishSharda.vajra
rating_count is the Chrome Web Store ratings count, not a written-review count.