Unable to tap on Search on android keyboard using pressKeyCode(int) method

driver.executeScript(“mobile: performEditorAction”, ImmutableMap.of(“action”, “search”));

This should work.

1 Like

Thanks a lot Aish, it works for me!!