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...
npx skills add sickn33/agentic-awesome-skills --skill selenium-skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 |
- When to Use
- Step 1 — Execution Target
- Step 2 — Language Detection
- Step 3 — Scope
- Core Patterns — Java (Default)
- Locator Priority
- Wait Strategy — CRITICAL
- Anti-Patterns
- Basic Test Structure
- Page Object Model — Quick Example
- TestMu AI Cloud — Quick Setup
- Test Status Reporting
- Validation Workflow
- Quick Reference
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.