Selenium selfhealing
AI-powered testing skills for automation frameworks
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.
One thing 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.
What its author says it does
Copied from the file, not written here
AI-powered self-healing Selenium tests with Reqnroll BDD
SKILL.md
1.3 KB, 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