Hi Team,
We are using
Robot Test Automation framework
Healenium Backend: 3.4.2
Healenium Proxy : 1.3.7
Set FIND_ELEMENTS_AUTO_HEALING=true
Selector page shows enable healing = false for web elements even after successful test execution.
We manually marked enable_healing = true for few web element and try to execute test case on changed locators... Healing does not work. and shows message :
New element locator has not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://localhost:7878/healenium/selectors/ and type: multiple, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code.
Thanks.
Healenium Backend version
3.4.2
Selenium version
4.10
Platform
Python
Logs appeared during using Healenium
New element locator have not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://localhost:7878/healenium/selectors/ and type: multiple, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code.
Describe the problem
Hi Team, We are using
Robot Test Automation framework Healenium Backend: 3.4.2 Healenium Proxy : 1.3.7 Set FIND_ELEMENTS_AUTO_HEALING=true Selector page shows enable healing = false for web elements even after successful test execution. We manually marked enable_healing = true for few web element and try to execute test case on changed locators... Healing does not work. and shows message : New element locator has not been found. There is no reference data to selector in the database.\n Make sure that: \n - There is selector on the page http://localhost:7878/healenium/selectors/ and type: multiple, if not then you have to run successful tests.\n - Your locator was changed on the page and not in code.
Thanks.
Healenium Backend version
3.4.2
Selenium version
4.10
Platform
Python
Logs appeared during using Healenium
Additional context
No response