rahul7386 / robotium

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

interacting with navigation drawer menu #531

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How do you click on menu items that are in a navigation drawer. 

Original issue reported on code.google.com by Malcolm....@gmail.com on 8 Oct 2013 at 6:13

GoogleCodeExporter commented 9 years ago
You click on them with the usual click methods. Probably there is a view that 
you can click on to make the menu open. If that is not the case you can use 
drag to open it. For more information on Robotium features see the javadoc:

https://code.google.com/p/robotium/wiki/RobotiumAPIDocumentation

/Renas

Original comment by renasr...@gmail.com on 9 Oct 2013 at 4:44