Open vicidroid opened 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)
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
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