I am running Monkey test on my android app, is there any way to prevent it from pressing the home button?
Asked
Active
Viewed 270 times
1 Answers
1
One approach would be to use screen pinning to force the Monkey to stay within your app. Just pin your app to the screen before starting testing.

Ryan M
- 18,333
- 31
- 67
- 74