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
I am trying to select a value from a dropdown using text attribute. When I use remote selenium driver it works fine but after creation of selfhealing driver using Healnenium web its not able to select the value. There is no error as such but value is not selected on the application.
Code sample:
WebElement element = driver.findElement(By.id ("OrganizationType"));
Select oSelect = new Select(element);
oSelect.selectByVisibleText("Association"); Console Error:
healenium.execute - Failed to find an element using locator [By.xpath: .//option[normalize-space(.) = "Association"]] on page null
Healenium Web Version : 3.4.8
Spring boot version: 3.2.2
Selenium Version:- 4.14.1
JDK Version:- 21.0.1
If i comment the "SelfHealingDriver.create(driver)" and run the application, testing is executed without any error. Using Healenium Web I am getting this error only for SELECT action.
healenium.execute - Failed to find an element using locator [By.xpath: .//option[normalize-space(.) ="Association"]] on page null
healenium.execute - Trying to heal..
Expected behavior
No response
Actual behavior
No response
Healenium Web version
3.4.8
Healenium Backend version
3.4.2
Selenium version
4.14.1
Platform
Java
Properties file
Default Healenium Properties
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to select a value from a dropdown using text attribute. When I use remote selenium driver it works fine but after creation of selfhealing driver using Healnenium web its not able to select the value. There is no error as such but value is not selected on the application.
Code sample:
WebElement element = driver.findElement(By.id ("OrganizationType"));
Select oSelect = new Select(element);
oSelect.selectByVisibleText("Association");
Console Error:
healenium.execute - Failed to find an element using locator [By.xpath: .//option[normalize-space(.) = "Association"]] on page null
Healenium Web Version : 3.4.8
Spring boot version: 3.2.2
Selenium Version:- 4.14.1
JDK Version:- 21.0.1
If i comment the "SelfHealingDriver.create(driver)" and run the application, testing is executed without any error. Using Healenium Web I am getting this error only for SELECT action.
How to reproduce the issue
Logs appeared during using Healenium
Expected behavior
No response
Actual behavior
No response
Healenium Web version
3.4.8
Healenium Backend version
3.4.2
Selenium version
4.14.1
Platform
Java
Properties file
Default Healenium Properties
Additional context
No response
The text was updated successfully, but these errors were encountered: