I cannot select the Search button on the Android keyboard using a magnifying glass using Appium / Selenium and Java. I went through earlier threads in stackoverflow, and none of the threads helped.
Java
Need expert help! Thank!
You can use this to use the search button on the keyboard:
driver.sendKeyEvent(AndroidKeyCode.ENTER);
adb -s UDID_VALUE keyevent 84 initialization or adb -s UDID_VALUE shell input keyevent KEYCODE_SEARCH