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

Hi All,

I want to enter Appium@1234 from android default keyboard. SendKeys() is not working.
I want to know how can i enter using android default keyboard.

I am using

((AndroidDriver) driver).pressKeyCode(AndroidKeyCode.KEYCODE_A);

how toe enter smallercase

  • created

    Jan '19
  • last reply

    Jan '19
  • 1

    reply

  • 111

    views

  • 1

    user

found the solution
driver.executeScript(“mobile: performEditorAction”, ImmutableMap.of(“action”, “A”));