2

Now I am testing my app using REPL and need to imitate tap on BackButton of Android device. app.Tap(c=>c.Marked("sendBN")); It is very simple to work with id of the button but I need exactly tap to Back button.

S. Koshelnyk
  • 478
  • 1
  • 5
  • 20

1 Answers1

2

You should be able to just call app.Back() to simulate the user pressing the hardware or software back key.

Cheesebaron
  • 24,131
  • 15
  • 66
  • 118