How to tap on blue tick button

Hi Team

I need to tap on this blue tick button which acts as enter key. I tried
((AndroidDriver) driver).pressKey(new KeyEvent(AndroidKey.ENTER)); but its not working, also I cant inspect that element because its android keypad.

keypad

Hi,

I found this really interesting article from my teammate: Weekly Katalon FAQs (14) - Mobile Testing (How to handle keyboard on Mobile device). Please take a look

Hi thanks for the reply,
from this documentation Weekly Katalon FAQs (14) - Mobile Testing (How to handle keyboard on Mobile device)

actually that method using driver is not working on “android studio emulator”, its not performing the required action. The tap at position will work but for different emulator the coordinate will change in my case so that method is not useful.

Thanks