Wait till loader hides

Hi, I am stuck somewhere while writing a script to wait till element is present in katalon mobile . Actually, I want to make my script to wait till the loader gets hide on the page. Any suggestions will be highly appreciated. Thanks in advance

Is there a specific reason why you want to wait for the “loader” to get hidden, rather than for an element to be present?

There is a built-in mobile keyword “Wait For Element Present”. That would probably be the easiest solution.

Hi Damien,

Thanks for reply.

I have some values that needs to be populated while the loader is ON. Loader hides once the entire page gets populated with values. Thus, I want it specifically for “wait till loader hides”.