RobotiumTech / robotium

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

Robotium script not working but still running. #854

Open frkdeveloper opened 8 years ago

frkdeveloper commented 8 years ago

Robotium script is running but it is not performing any clicks on the desired buttons.

ArvindAbi commented 8 years ago

I am also facing the same issue.

This issue is more in Nougat. I am using Nexus 6P with Nougat. ClickOnText() is not working. It simply passes the click step without clicking.

renas commented 8 years ago

What happens if you use clickOnView() instead?