I am unable to select the Search button on the Android keyboard the one with Magnifying Glass using Appium/Selenium and Java
. I have gone through earlier threads on stackoverflow and none of the threads were helpful.
Need expert help! Thanks!
I am unable to select the Search button on the Android keyboard the one with Magnifying Glass using Appium/Selenium and Java
. I have gone through earlier threads on stackoverflow and none of the threads were helpful.
Need expert help! Thanks!
You can use this to use search button on the keyboard:
driver.sendKeyEvent(AndroidKeyCode.ENTER);
adb -s UDID_VALUE shell input keyevent 84 or adb -s UDID_VALUE shell input keyevent KEYCODE_SEARCH