stephenwang1011 / robotium

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

Robotium is not cliking on next activty #317

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Menu-- My profile--it goes to the login window but click events are not 
performed on the login  activity. 
2.
3.

What is the expected output? What do you see instead?
click and enter the user name and password

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

3.3
Please provide any additional information below.

Click is not completed exception is comming.

Original issue reported on code.google.com by gudisaga...@gmail.com on 28 Aug 2012 at 1:51

GoogleCodeExporter commented 9 years ago
Robotium will only work with activities that are from the same application as 
the start activity. In your case a new activity is opened that do not belong to 
your application and therefore Robotium is not allowed to interact with it.

Please see Q&A wiki page.

Original comment by renasr...@gmail.com on 28 Aug 2012 at 7:18