austgl / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

ClickOnButton Not working #251

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.solo.enterText(0, "dsfd343");
2.solo.enterText(1, "pdf654");
3.solo.clickOnButton("Login");

What is the expected output? What do you see instead?
on successful login need to go to another activity.

Unable to click on any of the button on screen. 

What version of the product are you using? On what operating system?

android 2.2 on windows 7
Please provide any additional information below.

Original issue reported on code.google.com by prajith....@gmail.com on 24 Apr 2012 at 6:43

GoogleCodeExporter commented 9 years ago
Please see: Why do text and button clicks get wrong?

http://code.google.com/p/robotium/wiki/QuestionsAndAnswers

Original comment by renasr...@gmail.com on 24 Apr 2012 at 7:09