Embed presentation
Download to read offline













Healenium is a machine learning tool that improves the reliability of Selenium tests by automatically detecting and healing failures caused by changes to the web UI. It minimizes maintenance time and ensures UI changes do not affect end-to-end tests by replacing failed locators with new values at runtime. To implement Healenium, users create a Maven project, add the Healenium dependency, wrap their Selenium driver with SelfHealingDriver, specify a healing configuration file, and start the backend Docker container before running tests.











