Selenium selfhealing
AI-powered self-healing Selenium tests with Reqnroll BDDFrom its SKILL.md
npx -y skills add aiqualitylab/agent-skills --skill selenium-selfhealingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 5 commands, including `ollama pull qwen3-coder:480b-cloud` and 4 more.
SKILL.md
1.3 KB, 297 tokens by cl100k_base, as published. Nobody here has run it
Selenium Self-Healing Skill
Overview
Create Selenium tests that automatically recover from broken locators using local AI (Ollama).
Capabilities
- Auto-heal broken locators using AI analysis
- BDD testing with Reqnroll (Gherkin syntax)
- Works with free local AI (Ollama) or GPT
- .NET 9 + Selenium WebDriver + NUnit
Usage
Generate Self-Healing Test
Create a Selenium test for login page that:
- Navigates to the login URL
- Enters credentials
- Clicks submit
- Uses self-healing locators
Fix Broken Locator
The locator By.Id("searchBox") is failing.
Analyze the page and suggest alternative locators.
Quick Start
# 1. Install Ollama AI
ollama pull qwen3-coder:480b-cloud
# 2. Clone and run
git clone https://github.com/aiqualitylab/SeleniumSelfHealing.Reqnroll.git
cd SeleniumSelfHealing.Reqnroll.Net9
dotnet test
Installation
skills install aiqualitylab/selenium-selfhealing
Links
What ships with it: 1 file
408 B alongside SKILL.md
- skill.json408 B