You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Additional context
No response
The text was updated successfully, but these errors were encountered: