austgl / robotium

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

how to click on the gridview of the screen #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
there is a gridview which contains some view in the screen of  my project,i 
want't to write a test project to test it ,but i don't know how to use "solo" 
to click on the gridview.
i try "solo.clickOnButton","solo.clickOnView" and so on.but none of them is ok.
  please tell me how to resolve this problem.

thanks!

Original issue reported on code.google.com by wanjing...@126.com on 27 May 2011 at 4:38

GoogleCodeExporter commented 9 years ago
You need to use hierarchyviewer in order to know what elements are in the 
gridview. Then you know that you can use the proper command.

Original comment by renasr...@gmail.com on 27 May 2011 at 5:30