How to simulate enter button keyboard

Hello Everbody,

I need simulate the action of press enter button keyboard, I don’t found any command to do it, someone knows how do it?

Thanks

Hi, yes I tried it, but the page doesn’t work, so I used the Submit command and works :slight_smile:

Thanks for your help.

This might help.

https://docs.katalon.com/display/KD/[WebUI]+Send+Keys

hi,
use Mobile.tapAtPosition(1075, 1900, FailureHandling.OPTIONAL)

try it.