mgroen2
8 years agoSuper Contributor
How to implement some sort of "wait for" a response
Hi,
The scenario is as follows:
I need to implement a waiting time, until a certain response is received.
Now, there is a "Delay" function available, but this delaying the test with a fixed value.
I need something that delays the script (wait for), until a response is received.
Is there an approach available, which can realize that?