Solving Wait-time issue with Katalon Studio


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/solving_common_issue_wait_time.html
1 Like

Hello Everyone,

We have the scenario of auto refresh in our application. While refreshing the page, whatever the element which is present inside the page which is getting cleared and appears again after 10 seconds. This will happen for every minute.
I tried with different wait methods none of them worked for me.

Anybody have the glue how to handle this.??

1 Like

Yes. I always use Wait for Element present, But it seems it is not working.
I must use delay keywords.
It is same as selenium with selenium.webdriver.support.expected_conditions
EC.presence_of_element_located alse not working.

Hi All, I recorded simple login flow of application using Katalon and when I am executing it, it’s taking 30 seconds for click and setText steps every time. Any idea what I am missing here ?