🔧 Self-Healing Locators Report

Automated test recovery and locator fixes

Fixed Locators
{{ data|length }}
Unique Suites
{{ stats.unique_suites }}
Unique Tests
{{ stats.unique_tests }}
Success Rate
100%

Fixes by Test Suite

📋 Detailed Fixes

{% for row in data %} {% endfor %}
Keyword Broken Locator Fixed Locator Suite Test Source File Line Screenshot
{{ row.keyword_name }} {{ row.broken_locator }} {{ row.fixed_locator }} {{ row.suite_name }} {{ row.test_name }} {{ row.source|replace(row.source|dirname + '/', '') }} {{ row.lineno }} {% if row.screenshot %} {% else %} N/A {% endif %}