Just-in-Time Healing
Repairing a broken locator at the moment a test runs, so a shifted UI element is relocated without a manual fix.
What is Just-in-Time Healing?
What is Just-in-Time Healing?
Just-in-time healing is the approach of fixing a locator precisely when it fails during a run, rather than requiring a developer to notice the breakage later and patch the code by hand. When an element can't be found at its old selector, the healing engine inspects the current page, identifies the intended element from context, and continues the test—turning what would have been a red build into a passing run plus a suggested selector update. This keeps suites green through routine UI churn and dramatically lowers maintenance overhead.