How do I click on native keyboard's search key in Android device.
import io.appium.java_client.android.AndroidDriver; import io.appium.java_client.MobileElement; driver.pressKeyCode(84);
already tried.. but not working..
Is there any update on when this issue will be fixed? I have the same problem.