Collected molecules will appear here. Add from search or explore.
A Java-based Selenium extension that uses local LLMs via Ollama to dynamically repair broken web element locators during test execution.
Defensibility
stars
1
ollama-autoheal is a nascent project (1 day old, 1 star) that applies LLMs to the well-established problem of 'brittle locators' in Selenium testing. While the concept of self-healing tests is valuable, it is a crowded space with established open-source competitors like Healenium (which uses more traditional ML/matching) and commercial giants like Mabl and Testim. The project's primary differentiator—using local LLMs via Ollama—is a technical implementation detail rather than a structural moat. From a competitive standpoint, the defensibility is minimal; the logic for sending a DOM snippet to an LLM to find a new XPath is relatively trivial to replicate. Furthermore, this specific capability is being rapidly absorbed by AI-native IDEs (like Cursor) and testing platforms (like BrowserStack or SauceLabs), which can implement this at the proxy or driver level. Given the lack of community traction and the ease of replication, this project functions more as a reference implementation or personal experiment than a defensible software product.
TECH STACK
INTEGRATION
library_import
READINESS