healenium / healenium-web

Self-healing library for Selenium Web-based tests
Apache License 2.0
170 stars 40 forks source link

Add healing results to the session context for accessing them after a test is finished #224

Closed erikzimmermann closed 1 year ago

erikzimmermann commented 1 year ago

At the moment, I cannot access any information about healed elements at all. This PR adds an additional list in the SessionContext that saves all HealingResults. This also allows to understand any locator changes later on.