How to press ENTER keyboard when search data on mobile apps

Hi @QA21,

Something that might work better for you would be to tap the field that you’re trying to enter text into. Then use the sendKeys() function instead of setText(). Here’s some info on how to use it:

Hope this helps,

Chris