Skip to content
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]: Healenium try to heal web element locator when script is waiting explicitly web element to appear on screen. #29

Open
ap0087105 opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@ap0087105
Copy link

Describe the problem

Team, we are using Robot Framework for Test Automation and explicit wait statements to wait for web element to appear on web page e.g.
Wait Until Element Is Visible //input[contains (@id, 'username') 10 ///wait for input box Username for 10 sec
input Text //input[contains (@id, 'username') TestUser /// then enter username as TestUser
While using Healenium if //input[contains (@id, 'username')] element is marked as enable_healing True then Healenium try to Heal web element locator instead of waiting that web element to visible on screen, and if wait is more like 20 sec, then test case get failed. Can you help on this.

Healenium Backend version

3.4.2

Selenium version

4.13

Platform

python

Logs appeared during using Healenium

NA

Additional context

No response

@ap0087105 ap0087105 added the help wanted Extra attention is needed label Nov 14, 2023
@Alex-Reif Alex-Reif assigned Alex-Reif and unassigned ElenaStepuro Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants