Recently i’m been using Katalon to script automation on my company’s app. However i encounter an issue while using the Mobile.setText() input with uppercase letter. The input with uppercase letters that i have set in the script will auto convert to lowercase. Did you guys encounter this issue or could mind anyone can share the solution? Thanks.
Thanks for the info. It could be the way real device keyboards are handled that is making the difference. Can you try the sendKeys function to see if that works any better?