Ccma
(Seema Karia )
5 March 2026 12:37
1
Hi Team,
Need to check if we have any solution around self healing:
During execution if locator fails, script should rectify and proceed: share report for the changes done.
If any changes identified in flow, it should handle and share report.
If have tried selfhealing library with local ollama, but it takes long time for each object approx 5mins to execute.
Many
(Many Kasiriha)
5 March 2026 13:12
2
Hi @SeemaT ,
I recommend to try out GitHub - MarketSquare/robotframework-selfhealing-agents: A robotframework library that repairs failing Robot Framework tests automatically via AI · GitHub
But: Use the current prerelease (0.2.0dev1) if you want to use local LLMS via Ollama.
So install via
pip install –pre robotframework-selfhealing-agents
I will do an official release in the next days.