waiting condition till element is visible on webpage

Hi all,

I have one scenario for which i need your help. I tried to find its slution but no luck.
Here is scenario: When i submit post request for report generation, business requirement is I need to wait till Download link\text should be dislplayed. Do we have any wait condition for HTTP requests and for .check stetment. I found there was await keyword but thatw as not for HTTP.

Also, if some workaround available, can we have some waitlimit like wait till 30 seconds till that ext displayed else mark it as fail and move ahead.

Looking forward for your help.

Regards,
Nidhish

Hi,

For your information, gatling is not a browser simulation and won’t execute javascript.

You may pause or pace between requests, but there is nothing like an element is visible or not.

Hoping this helps!

Cheers!

Thank you Sebastian!