This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 4
May 2017

How do I click on native keyboard's search key in Android device.

  • created

    May '17
  • last reply

    Oct '17
  • 3

    replies

  • 958

    views

  • 3

    users

import io.appium.java_client.android.AndroidDriver;
import io.appium.java_client.MobileElement;

		driver.pressKeyCode(84);

already tried.. but not working..

4 months later

Is there any update on when this issue will be fixed? I have the same problem.