[BUG]: Healenium is not healing broken locator in our applcation. #60
Labels
bug
Something isn't working
to reproduce
Issue needs to be reproduced because before it wasn't appeared
Describe the bug
Error - java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.insurity.glp.automation.ui.core.system.BasePageUtil.pageAction(BasePageUtil.java:270)
at com.insurity.glp.cxp.stepDefinition.StepDef.iFillDataOnThe(StepDef.java:139)
at ✽.I fill data on the "Policy Manager"(file:///C:/Users/Pramod.Mewada/Desktop/cxp-ui-plugin/src/test/resources/features/test/ClaimProcess_Notepad_1.feature:16)
Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate WebElement {PolicyManager.SearchPolicyNumber_text}: @findby(css = input[id$='SearchPolicyNumber'])
Selenium version - 4
com.epam.healenium healenium-web 3.2.3 org.seleniumhq.selenium selenium-javaif (healenabled.equalsIgnoreCase(PluginUtil.getInstance().getAppConfig().gethealenabled())) {
driver = new HealingDriver().getInstance(driver);
LOGGER.info("Using healenium driver..");
}
How to reproduce the issue
Logs appeared during using Healenium
Expected behavior
No response
Actual behavior
No response
Healenium Web version
none
Healenium Backend version
healenium/hlm-backend:3.2.2
Selenium version
4
Platform
java
Additional context
No response
The text was updated successfully, but these errors were encountered: