verifyTextElement very slow on Mobile Automation

Hi all, it’s for me first post on Katalon and it’s amazing.

I need to share with you a problem ( or for me it’is ):
I have an app with a bottom bar with stable icon/text and position.

If I use clause:

Mobile.verifyElementText(,) Kalaton/appium return true as assertion but command wait maximum timeout before go to next statement, while I should need to go to next asap check is completed.

As workaround I’m using:

Mobile.verifyElementAttributeValue(, “text”, , 5)

to fix max timeout to 5 seconds because I know that object in bottom bar will be always displayed.

Could you help me to understand why that behaviour on verifyElementText?
Thanks a lot

1 Like