0

I am running Monkey test on my android app, is there any way to prevent it from pressing the home button?

Camellia
  • 141
  • 14

1 Answers1

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