-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Need support]: New element locator have not been found. There is a lack of reference data. #76
Comments
Hello @AdarshSingh003 , Firs off check our FAQ. We describe here root cause. |
Hello @Alex-Reif I am using hlm-web approch |
Hi @adarsh12308 were you able to resolve this issue? @Alex-Reif @ElenaStepuro I'm also facing a similar issue, even though the db has the selector value successfully stored it doesn't heal or even attempt to heal Proxy Log: 2023-11-09 13:30:15.748 WARN 1 - [8085-exec-8] healenium : New element locators have not been found.\n Score property = 0.7 is bigger than healing's locator score I even set the score property to 0.1, still not healing. |
Hello @kherath17 you can use the selfhealedriver for run the pure test and then after that you can run the another test @Alex-Reif I have successfully healed the locators but got issue in report it is empty every time I am using healenium-web version 3.4.2 selenium version 4.8.0 hlm-backend version 3.3.2 and immitator version is 1.2 can you help me to resolve it |
Hi @adarsh12308 can you please elaborate more? " selfhealedriver for run the pure test and then after that you can run the another test " |
Hi @kherath17 The driver which you use to find the locator use that driver for the first time when the locators are found so that it can store it to the postgresql table then you can change the locators from your end and run you test again so it can heal |
Describe the problem
I ran the pure tests first and made changes to element id and ran the tests again, unfortunately tests are failed. When i took a look at the proxy logs i noticed following log.
WARN 3940 --- [nio-8085-exec-4] c.e.h.processor.HealingProcessor : New element locator have not been found. There is a lack of reference data.
Also Wheni check in my postgres Selector table no locator is updated before and after the pure as well as healening script. and also need help how we can select hlm backend and hlm web version
Healenium Web version
3.2.5
Healenium Backend version
3.2.2
Selenium version
4.6.0
Platform
java
Logs appeared during using Healenium
Additional context
No response
The text was updated successfully, but these errors were encountered: