QA Power-Click
Generate Playwright, Cypress & Selenium selectors by clicking elements. Magic Form Filler, 42+ actions, Shadow DOM, optional AI.
As of June 2026, QA Power-Click has 43 users and a 5.00/5 rating from 1 reviews in the Developer Tools category.
Usersup 22.9 percent+22.9%
43
43
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
1.0.1
Manifest V3
90-day change · In the last 90 days this extension 1 version update, changed permissions.
History
10 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 35 | 5.00 | 1 | 1.0.0 |
| Apr 11, 2026 | 34 | 5.00 | 1 | 1.0.0 |
| Apr 19, 2026 | 35 | 5.00 | 1 | 1.0.1 |
| Apr 24, 2026 | 34 | 5.00 | 1 | 1.0.1 |
| May 2, 2026 | 36 | 5.00 | 1 | 1.0.1 |
| May 8, 2026 | 38 | 5.00 | 1 | 1.0.1 |
| May 13, 2026 | 39 | 5.00 | 1 | 1.0.1 |
| May 19, 2026 | 40 | 5.00 | 1 | 1.0.1 |
| Jun 1, 2026 | 41 | 5.00 | 1 | 1.0.1 |
| Jun 7, 2026 | 38 | 5.00 | 1 | 1.0.1 |
| Now | 43 | 5.00 | 1 | 1.0.1 |
Changelog
- Apr 11, 2026description
Point. Click. Get production-ready test code instantly. QA Power-Click turns browser clicks into automation code. No typing selectors. No breaking when the UI changes. Just point at any element, pick your framework, and get copy-paste code that actually works. Why QA Engineers Love It Magic Form Filler - Stop Typing Test Data Hover over any input field. Click the magic wand. Done. Instant realistic data: valid emails, formatted phone numbers, real addresses, cryptographically secure passwords. Works with React, Vue, Angular, Shadow DOM, and iframes. 16 field types detected: Email, Phone, Password, Names, Address, City, State, ZIP, Country, Company, Job Title, Date, URL, Age. Smart Selectors That Won't Break Your tests shouldn't fail when a designer changes CSS classes. Our engine detects 100+ dynamic ID patterns (React, Angular, Vue, Ember) and avoids them. Prioritizes stable attributes: data-testid, aria-label, semantic IDs. Uses partial matching when needed: button[id^="submit-"]. 5 Frameworks, One Click Playwright, Cypress, Selenium (Python/Java), Robot Framework. Switch frameworks after selecting - no re-inspection needed. Code updates instantly. 42+ Actions & Assertions Click, Fill, Type, Hover, Check, Select, Wait for Visible, Wait for Page Load, plus assertion helpers for text, attributes, and state. Proper syntax with correct awaits and imports for each framework. Modern Web Support Shadow DOM, iframes, SPAs, dynamic content. Auto-generates Playwright piercing syntax and frame-switching code. Built for Speed Live Match Navigator for duplicate selectors. Visibility filtering. One-click copy. Canvas-based highlighting that won't interfere with DevTools. Who Uses It QA engineers. Test automation engineers. Frontend developers. Students learning automation. Anyone converting browser interactions into test code. How It Works Enable inspector → Hover element → Click to select → Pick framework → Choose action → Copy code → Paste into test. No configuration. Privacy & Pricing Zero data collection. No external requests. No analytics. Runs locally. Completely free. Example Output Playwright: await page.locator('[data-testid="login-button"]').click(); Cypress: cy.get('[data-testid="login-button"]').click(); Selenium (Python): driver.find_element(By.CSS_SELECTOR, "[data-testid='login-button']").click() Selenium (Java): driver.findElement(By.cssSelector("[data-testid='login-button']")).click(); Robot Framework: Click Element | [data-testid="login-button"] Built by QA engineers, for QA engineers.Point. Click. Get production-ready test code instantly. QA Power-Click turns browser clicks into automation code. No typing selectors. No breaking when the UI changes. Point at any element, pick your framework, copy-paste code that works. Magic Form Filler — Stop Typing Test Data Hover over any input, click the wand, get instant realistic data: valid emails, phone numbers, addresses, cryptographically secure passwords. 16 field types detected. Works with React, Vue, Angular, Shadow DOM, and iframes. Smart Selectors That Won't Break Detects 100+ dynamic ID patterns (React, Angular, Vue, Ember) and avoids them. Prioritizes stable attributes: data-testid, aria-label, semantic IDs. Uses partial matching when needed: button[id^="submit-"]. 5 Frameworks, One Click Playwright, Cypress, Selenium (Python & Java), Robot Framework. Switch frameworks after selecting — code updates instantly, no re-inspection needed. 42+ Actions & Assertions Click, Fill, Hover, Check, Select, Wait for Visible, assertions for text/attributes/state. Correct syntax, awaits, and imports per framework. Modern Web Support Shadow DOM, iframes, SPAs. Auto-generates Playwright piercing syntax and frame-switching code. Live Match Navigator for duplicate selectors. Optional AI Features (Powered by Google Gemini) For power users who want more. Off by default — no API key required to use the core tool. AI Selector Optimizer: analyzes your selector and suggests a more stable alternative POM Generator: select multiple elements, generate a full Page Object Model class in one click Edge Case Suggester: get missing test scenarios based on your generated code Bring your own free Gemini API key to unlock these features. Example Output Playwright: await page.locator('[data-testid="login-button"]').click(); Cypress: cy.get('[data-testid="login-button"]').click(); Selenium (Python): driver.find_element(By.CSS_SELECTOR, "[data-testid='login-button']").click() Robot Framework: Click Element | [data-testid="login-button"] Privacy & Pricing Completely free. Core features run 100% locally — zero data collection, no analytics, no external requests. AI features (opt-in only) send element metadata to Google's Gemini API using your own key. The extension never stores or transmits your key or data to any third party. Built by QA engineers, for QA engineers. - Apr 11, 2026short_description
A context-aware QA automation companion that generates clean, deterministic code snippets
Generate Playwright, Cypress & Selenium selectors by clicking elements. Magic Form Filler, 42+ actions, Shadow DOM, optional AI.
- Apr 11, 2026host_permissions
<all_urls>
https://generativelanguage.googleapis.com/*
Permissions & access
- Permissions
- storage
- Host access
- https://generativelanguage.googleapis.com/*
Screenshots
About
Point. Click. Get production-ready test code instantly.
QA Power-Click turns browser clicks into automation code. No typing selectors. No breaking when the UI changes. Point at any element, pick your framework, copy-paste code that works.
Magic Form Filler — Stop Typing Test Data
Hover over any input, click the wand, get instant realistic data: valid emails, phone numbers, addresses, cryptographically secure passwords. 16 field types detected. Works with React, Vue, Angular, Shadow DOM, and iframes.
Smart Selectors That Won't Break
Detects 100+ dynamic ID patterns (React, Angular, Vue, Ember) and avoids them. Prioritizes stable attributes: data-testid, aria-label, semantic IDs. Uses partial matching when needed: button[id^="submit-"].
5 Frameworks, One Click
Playwright, Cypress, Selenium (Python & Java), Robot Framework. Switch frameworks after selecting — code updates instantly, no re-inspection needed.
42+ Actions & Assertions
Click, Fill, Hover, Check, Select, Wait for Visible, assertions for text/attributes/state. Correct syntax, awaits, and imports per framework.
Modern Web Support
Shadow DOM, iframes, SPAs. Auto-generates Playwright piercing syntax and frame-switching code. Live Match Navigator for duplicate selectors.
Optional AI Features (Powered by Google Gemini)
For power users who want more. Off by default — no API key required to use the core tool.
AI Selector Optimizer: analyzes your selector and suggests a more stable alternative
POM Generator: select multiple elements, generate a full Page Object Model class in one click
Edge Case Suggester: get missing test scenarios based on your generated code
Bring your own free Gemini API key to unlock these features.
Example Output
Playwright: await page.locator('[data-testid="login-button"]').click();
Cypress: cy.get('[data-testid="login-button"]').click();
Selenium (Python): driver.find_element(By.CSS_SELECTOR, "[data-testid='login-button']").click()
Robot Framework: Click Element | [data-testid="login-button"]
Privacy & Pricing
Completely free. Core features run 100% locally — zero data collection, no analytics, no external requests. AI features (opt-in only) send element metadata to Google's Gemini API using your own key. The extension never stores or transmits your key or data to any third party.
Built by QA engineers, for QA engineers.Technical
- Version
- 1.0.1
- Manifest
- V3
- Size
- 140KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- plahmnboldnflklpaleifnhjniglnkhd
- Developer ID
- u60e191dfeff6d54e23aad0479e9d40a5
- Developer Email
- [email protected]
- Created
- Feb 5, 2026
- Last Updated (Store)
- Apr 6, 2026
- Last Scraped
- Jun 7, 2026
- Website
- —
- Support URL
- —
Similar extensions
Alternatives to QA Power-Click, ranked by description similarity.
QA Selector Picker
Pick elements and generate robust selectors for QA workflows.
72
One-Click UI Test Generator
Scan any page, generate UI test ideas and automation skeletons with one click.
20
QA Architect
AI-powered test generation for any webpage. Generate comprehensive automated tests in seconds.
17
★ 5.0
AutoCaseGen - Test Recorder & Code Generator
Record clicks, inputs & navigation and generate Playwright or Cypress test code with POM support. No server required.
1
Scriptify - Web Automation Recorder
Record browser interactions and generate automated test scripts with AI assistance
36
Papio Test Framework Generator + Selector + MCP AI Powered
AI-Powered Element Inspector, Page Scanner, Zephyr Test Case Generator & Test Framework Generator for QA Engineers
38
★ 5.0
Testing Toolkit: 15+ Essential Manual Testing Tools
Redefine manual testing with best-in-class tools, supercharged with AI. JSON Formatter, Cache Manager, Responsive testing & more
20.0K
★ 4.9
Auto Test Recorder for Robot & Playwright
Record web interactions and instantly generate automated test scripts for Robot Framework and Playwright.
16
Data sourced from the Chrome Web Store · last verified Jun 7, 2026.