Click on mobile keyboard | Appium Forum
P
Pranay Posted on 02/07/2020

Im automating amazon app. When i enter some text in search window, i need to click on go button on mobile keyboard in device. How to do that? Im unable to search items because of this


A
Ashish Thakur Replied on 02/07/2020

This is explained in device commands videos

You need to fire this command

driver.pressKey(new KeyEvent(AndroidKey.ENTER));


P
Pranay Replied on 02/07/2020

I tried this but was not working. Also we are seeing search icon on keyboard not enter icon


P
Pranay Replied on 02/07/2020

I tried this but was not working. Also we are seeing search icon on keyboard not enter icon

Responsive image

A
Ashish Thakur Replied on 03/07/2020

please attach java code and send