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
Instructor
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));
I tried this but was not working. Also we are seeing search icon on keyboard not enter icon
I tried this but was not working. Also we are seeing search icon on keyboard not enter icon
Instructor
Ashish Thakur Replied on 03/07/2020
please attach java code and send