RobotiumTech / robotium

Android UI Testing
http://www.robotium.org
Apache License 2.0
2.86k stars 786 forks source link

solo.clickOnWebElement(By.xpath("")) is not working #772

Closed renas closed 9 years ago

renas commented 9 years ago

From senthil5...@gmail.com on July 29, 2015 06:10:45

I'm using robotium-solo-5.4.1.jar for testing my Cordova app. And when I tried solo.clickOnWebElement(By.xpath("myxpath")), it didn't work. Anyway, if "myxpath" is wrong, then it's throwing error. So, "myxpath" is the correct one. Is this a known issue ? Please do let me know for any further info required.

Original issue: http://code.google.com/p/robotium/issues/detail?id=693

renas commented 9 years ago

Robotium does not have support for Cordova apps.