Audience
QA engineers, test automation developers, and teams seeking to make Selenium-based web and mobile tests more stable and reduce maintenance caused by changing UI elements
About Healenium
Healenium is an open source self-healing test automation solution that improves the stability of Selenium-based test cases by handling changes to updated web elements. Selenium tests can become difficult to maintain when UI changes break locators, so Healenium automatically replaces a broken locator with the value that best matches the target element and fixes the test at runtime. When a NoSuchElement failure occurs, it compares the current page state with the previously successful locator path, generates possible healed locators, selects the highest-scoring match, and continues testing with the replacement. This helps reduce non-functional test failures, minimize maintenance of automation code, and improve E2E and CI pipeline stability. Healenium integrates with Selenium-based automation frameworks and supports parallel and remote test runs, IFrames, Actions, Selenide integration, and mobile automation through Appium.