I'm trying yo test self healing for my web application , healing is not working , it just highlights different elements and the script does not progress , I have to stop the runner from debug mode, I'm using healenium without docker
How to reproduce the issue
Start healenium pgadmin db
download services
start healenium
debug the test case in cucumber java selenium healenium project
stop at debug point
change the webelement and run the test
healenium has to heal
Describe the bug
I'm trying yo test self healing for my web application , healing is not working , it just highlights different elements and the script does not progress , I have to stop the runner from debug mode, I'm using healenium without docker
How to reproduce the issue
Logs appeared during using Healenium
Expected behavior
healenium has to heal the changed web element
Actual behavior
healenium just higlights webelements , does not heal and progress
Healenium Web version
3.4.2
Healenium Backend version
1.3.3
Selenium version
4.1.2
Platform
Java
Properties file
recovery-tries=1 score-cap=.7 heal-enabled=true serverHost=localhost serverPort=7878 imitatePort=8000
Additional context
Test