healenium / healenium-proxy

3 stars 3 forks source link

[Need support]: Setting FIND_ELEMENTS_AUTO_HEALING=true does not set enable_healing true for web elements and Healing not working #30

Open ap0087105 opened 11 months ago

ap0087105 commented 11 months ago

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

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.

Additional context

No response

Gauranga27 commented 9 months ago

I am facing the same issue for latest healenium version where healing is not working using healenium proxy. Any resolution from the development team?