Problem clicking on Search button using iOS 9.2

Hi Guys

I’m using appium 1.5.0 and iOS 9.2, for some reason I can’t click on the keyboard ‘Search’ button. I can click on the space, shift buttons but Search causes an error. I’ve tried with xpath and name and both give errors.

Has anyone experienced this and is there another way to click on the Search button on the keyboard?

driver.findElement(By.name(“Search”)).click();

driver.findElement(By.xpath("//UIAApplication[1]/UIAWindow[5]/UIAKeyboard[1]/UIAButton[4]")).click();

info: [debug] Got result from instruments: {“status”:13,“value”:“elementId 20 could not be tapped”}
info: [debug] Responding to client with error: {“status”:13,“value”:{“message”:“An unknown server-side error occurred while processing the command.”,“origValue”:“elementId 20 could not be tapped”},“sessionId”:“3ec7596d-261d-48d7-a656-55b39f8d3fc6”}
info: <-- POST /wd/hub/session/3ec7596d-261d-48d7-a656-55b39f8d3fc6/element/20/click 500 1238.697 ms - 201

Could you provide full appium log?

This one won’t work in 1.5. I’m guessing that the log was only from the findElement(By.xpath)?