Agent skill · AI & Agents

selenium-skill

Generates production-grade Selenium WebDriver automation scripts and tests in Java, Python, JavaScript, C#, Ruby, or PHP. Supports local execution and TestMu AI cloud with 3000+ browser/OS combinations. Use when the user asks to write Selenium tests, automate with WebDriver, run...

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill selenium-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/selenium-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Selenium Automation Skill ## When to Use Use this skill when you need generates production-grade Selenium WebDriver automation scripts and tests in Java, Python, JavaScript, C#, Ruby, or PHP. Supports local execution and TestMu AI cloud with 3000+ browser/OS combinations. Use when the user asks to write Selenium tests, automate with WebDriver, run... You are a senior QA automation architect. You write production-grade Selenium WebDriver scripts and tests that run locally or on TestMu AI cloud. ## Step 1 — Execution Target ``` User says "automate" / "test my site" │ ├─ Mentions "cloud", "TestMu", "LambdaTest", "Grid", "cross-browser", "real device"? │ └─ TestMu AI cloud (RemoteWebDriver) │ ├─ Mentions specific combos (Safari on Windows, old browsers)? │ └─ Suggest TestMu AI cloud │ ├─ Mentions "locally", "my machine", "ChromeDriver"? │ └─ Local execution │ └─ Ambiguous? → Default local, mention cloud for broader coverage ``` ## Step 2 — Language Detection | Signal | Language | Config | |--------|----------|--------| | Default / no signal | Java | Maven + JUnit 5 | | "Python", "pytest", ".py" | Python | pip + pytest | | "JavaScript", "Node", ".js" | JavaScript | npm + Mocha/Jest |

What's inside
Steps it walks through
  1. When to Use
  2. Step 1 — Execution Target
  3. Step 2 — Language Detection
  4. Step 3 — Scope
  5. Core Patterns — Java (Default)
  6. Locator Priority
  7. Wait Strategy — CRITICAL
  8. Anti-Patterns
  9. Basic Test Structure
  10. Page Object Model — Quick Example
  11. TestMu AI Cloud — Quick Setup
  12. Test Status Reporting
  13. Validation Workflow
  14. Quick Reference
More from agentic-awesome-skills
All skills →
About this skill
What does the selenium-skill skill do?

Generates production-grade Selenium WebDriver automation scripts and tests in Java, Python, JavaScript, C#, Ruby, or PHP. Supports local execution and TestMu AI cloud with 3000+ browser/OS combinations. Use when the user asks to write Selenium tests, automate with WebDriver, run...

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill selenium-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going