How to click in green tick button in key pad

Hi,

I need to click on the green tick button, but not sure which AndroidKeys option i should use.

Using ENTER gives a different behaviour.

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

More info posted in below URL:

https://stackoverflow.com/questions/72786457/how-to-press-green-tick-button-using-keyboard-actions-appium-android

Thanks

Thanks, it worked fine. I’m able to proceed further.