Robotframework: Self Healing

Hi Team,

Need to check if we have any solution around self healing:

  1. During execution if locator fails, script should rectify and proceed: share report for the changes done.
  2. 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.

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.