mmeknnieojfoanaacaignajimcaepklh
Records browser interactions and generates selectors. π SelectorZ β The Ultimate CSS & XPath Selector Helper for Web Automation & Scraping Say goodbye to the endless hunt for the perfect selector. SelectorZ is your personal assistant for recording, identifying, testing, and automating browser actions β all with a few clicks. π What SelectorZ Does: π΄ Record Your Actions Just hit Record, click through the steps on any web page (e.g., open a profile, click "Send Message", type something), and SelectorZ captures it all. π― Auto-Detects Multiple Selectors For each element, SelectorZ instantly generates 10+ CSS & XPath selectors. Say goodbye to trial and error. Now youβve got options β and backups β for every click. π§ Step-by-Step JSON Output Every interaction is saved in clean, structured JSON β including actions and selectors. Perfect for developers using Puppeteer, Playwright, Selenium, n8n, or other automation tools. π‘ Easy ChatGPT Integration Paste the JSON into ChatGPT and ask it to generate a working automation script. It just works. π οΈ Upcoming Features βΆοΈ One-Click Automation Preview (in-browser!) Run your recorded steps directly in the browser to test them. Fine-tune your selectors by trying alternatives until everything works perfectly. π§ͺ Selector Testing UI See how many elements match each selector. Highlight matched elements visually on the page with a single click. Quickly switch between selectors to find the best one. π€ Export Ready-to-Run Scripts Export final, working scripts based on your tested actions β no coding required. π¬ In-App Feedback Box Got feedback or an idea? Send it directly from the extension β no setup, no email fuss. π¨βπ» Built For: - Web Scrapers & Automation Devs - QA Engineers & Testers - Growth Hackers & Marketers - No-Code Automators (Zapier, Make, n8n) - Anyone tired of digging through code to find working selectors Stop wasting time. Start automating. SelectorZ is the smart, simple way to turn your clicks into clean code.
CSS Selector
A chrome extension to help you find the css selector of an element. This extension makes it easy to find the css selector of an element. It is useful when you want to find the css selector of an element in a page, but you don't want to use the developer tools. 1. Open the extension by clicking on the icon 2. Move your mouse over the element you want to inspect 3. When the element is highlighted, click to select it and the selector will be copied to your clipboard
Automize - Testing/Scraping Tool
Say goodbye to tricky element selection. Simplify scripting, mock network events, export to Puppeteer, Playwright and more. Automize is your one stop shop for writing web automations. Whether you are testing or writing scripts, Automize has you covered. What makes Automize unique is that Automize acknowledges the DOM and selects the element for you in an intelligent way. If you aren't satisfied with the selection, Automize allows you to hone it into exactly what you want while checking the validity of the selector. Automize even works with Iframes! Automize is language agnostic. It will live display your script or test in Playwright JavaScript, Playwright Python, Puppeteer, Cypress, Selenium, vanilla JavaScript, CSS or XPath. Need to assert or mock network requests? Automize makes it effortless. Mock and assert network requests and export the code to your preferred language. Network requests work with request and response headers, post data, response data, delays and status codes. You can even simulate network requests directly in the browser to ensure everything works before running your script. Automize also has a built-in script runner so you can replay the actions in order to quickly validate them before exporting to the language of choice. - Intelligent Auto Selection: Save time by instantly creating a robust selector with AI - Multi-Language Support: Instantly convert your actions to Playwright JavaScript, Playwright Python, Puppeteer, Cypress, Selenium, vanilla JavaScript, CSS or XPath - Network Support: Mock, assert and export network requests - Iframe Compatibility: Automize works seamlessly with Iframes - Test Runner: Try your script before exporting to save time Customer Support Automize is eager for feedback. Features are implemented quickly and tested thoroughly. Since release, Automize has gone through 10 major version updates and has more planned.
Playwright Recorder
Record browser actions and generate Playwright test scripts in JavaScript, TypeScript, Python, Java, and C# (.NET). 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. β’ π 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. 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
Selenium Click Recorder (RPA bot)
FEATURES (using this Extension): 1. Record a Synthetic User Click/Scenario (using this Chrome Extension: Selenium and germainAPM) BENEFIT: - Proactive Detection Issues that affect your web application, before business is impacted.