I've been monkeying around with the monkeyrunner - sorry had to try and tell that joke.
I am trying to achieve three things:
1) Only send key hits when my app has fully launched and loaded. How can I do this without relying on the unreliable MonkeyRunner.sleep(3)?
2) How can I capture screenshots for the full length of my application (its scrollable), if at all possible?
3) Is it possible to pass parameters to my application via the monkeyrunner so that these parameters can be used within the application?
Thanks all for any help