Is it possible to insert a delay between steps of a scenario ?
Ad Widget
Collapse
Web Monitoring scenario
Collapse
X
-
-
-
for future reference if someone is still looking for this
As of this post i still can't find how to do this in version 3
create your own php page that has takes a parameter from the URL eg:
http://www.mydomain.com/delaypage.php?delay=15
and set the page code to sleep for "delay" seconds whilst generating the HTML. Make sure your PHP timeouts in php.ini are sufficiently high too.
Set up a step in the scenario to load this page with a timeout greater than delay.
I've not confirmed this as working yet but I'm getting there...Comment
Comment