driver.executeScript(“mobile: performEditorAction”, ImmutableMap.of(“action”, “search”));
This should work.
driver.executeScript(“mobile: performEditorAction”, ImmutableMap.of(“action”, “search”));
This should work.
Thanks a lot Aish, it works for me!!