healenium / healenium-appium

Self-healing library for Appium-based tests
Apache License 2.0
26 stars 8 forks source link

XPaths with special characters are not compiling with wrapped healenium-appium driver #21

Open KarthikaRavichandran opened 3 years ago

KarthikaRavichandran commented 3 years ago

Hi Team,

When the given xpath has special characters like "/" or ":", wrapped self heal driver is not able to recognize it in the application even if its present, while its working fine with appium driver.

Healing is also failing with the healenium suggested xpath (which is correct) but data.json and screenshots are being generated.

I have tried with three versions of Appium (1.20, 1.17, 1.13). But its the same issue in all three.

Any help on this would be highly appreciated.

Thank you.