RobotiumTech / robotium

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

clickOnButton(String) is not working #702

Closed renas closed 9 years ago

renas commented 9 years ago

From yqpen...@gmail.com on July 18, 2014 08:13:58

What steps will reproduce the problem? 1. Create a activity with a button on it

  1. try solo.clickOnButton(String) 3. What is the expected output? What do you see instead? the onclick() method should be executed What version of the product are you using? On what operating system? 5.2.1, Windows 8 Please provide any additional information below. I can't execute the line solo.clickOnButton(string)

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

renas commented 9 years ago

From renasr...@gmail.com on July 20, 2014 10:39:52

Please download the Example project to see how the API can be used.

Status: Invalid