4

Where can I get all Robotium commands?

(*waitForView*, *appBar*, clickExit*... all of them)

I searched the web and couldn't find a complete listing anywhere.

Sam
  • 900
  • 10
  • 18

2 Answers2

2

You can just download it. Here is javadoc: http://code.google.com/p/robotium/downloads/list

Edit, actual javadoc is under: http://recorder.robotium.com/javadoc/

maszter
  • 3,680
  • 6
  • 37
  • 53
0

UTSL: https://github.com/jayway/robotium/tree/master/robotium-solo/src/main/java/com/jayway/android/robotium/solo

Just clone it, then generate the javadocs if you must.

James
  • 3,729
  • 3
  • 20
  • 16