3

I want to perform click on activity just some pixels say 30px above bottom of screen. It is not text, not button/ImageButton. Just a blank layout whose Id is unknown. How to do this. Please help.

Anuja Kothekar
  • 2,537
  • 2
  • 15
  • 28

1 Answers1

2

Robotium has a class called "Clicker". In this class, you have many options for click on a view or a coodinate of screen that you want. Please check it here

NamNH
  • 1,752
  • 1
  • 15
  • 37