RobotiumTech / robotium

Android UI Testing
http://www.robotium.org
Apache License 2.0
2.86k stars 786 forks source link

Reaching Android Hardware Buttons #817

Open vicidroid opened 8 years ago

vicidroid commented 8 years ago

Hello,

I am trying to reach Android hardware buttons. I have used;

solo.sendKeys(KEYCODE_BACK) solo.sendKeys(KEYCODE_HOME) solo.sendKeys(KEYCODE_SEARCH)

However, only pressing back button works. I have searched on forums and seen that some other users also face with this problem. Is there a way to reach Android hardware buttons using Robotium.

Thanks in advance