-
Notifications
You must be signed in to change notification settings - Fork 9
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]: unable to adjust the score property #50
Comments
Hello @lknguyen0 |
Hello @Aliaksei-Ashukha, I executed a successful test before using the following locator:
This locator and its node path is saved to the database as I can see when accessing the database: Then, I built a new app and changed the accessibility id to: "login_overlay_button_login_1". I ran the same test and am getting the above error message saying that the score is not high enough for healing. Since I am using Spring in the project setup, the class name and the method name are not saved properly to the database as you can see in the attached screenshot. Do you think this is a problem when working with healenium? |
No, class name and method are not associated with the issue. |
Hi @Aliaksei-Ashukha, Old selector: driver.findElement(MobileBy.AccessibilityId("button_login") |
@lknguyen0 Thanks for your test project. |
Describe the problem
During the healing process, I am getting the error message "Score property = 0.6 is bigger than healing's locator score". I have an healenium.properties file in src/test/resources and adjusted the score-cap to 0.5 in this file. However, this does not have an impact on the healing, since I am still getting the same error message saying the score property is 0.6. Am I missing out something?
Healenium Backend version
3.2.2
Healenium Appium version
1.2.5
Selenium version
No response
Platform
Java
Logs appeared during using Healenium
Additional context
No response
The text was updated successfully, but these errors were encountered: