sangmingming / robotium

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

Problems with clicking on element in GridView #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Our mobile application has photos arranged in a GridView, and I recorded the 
clicking of the first photo, which recorded 'solo.clickInList(1);'

Playing back this command does not do anything.  The GridView is inside of a 
ScrollableViewGroup, which I'm not sure if that's the reason why the playback 
is not working properly.

Original issue reported on code.google.com by kens...@google.com on 9 Aug 2011 at 12:04

GoogleCodeExporter commented 9 years ago
We do not support any recording of test cases. Please submit this issue to the 
recording tool vendor. 

Original comment by renasr...@gmail.com on 9 Aug 2011 at 5:35

GoogleCodeExporter commented 9 years ago
I'm mainly using the TestDroid recorder as a guide on how the actual code 
works.  Do you have any suggestions on the proper command that I can use to 
make the playback work properly?

Original comment by kens...@google.com on 9 Aug 2011 at 6:26