Delay
The delay classification includes "Wait Time" and "wait Request", a total of two nodes. 
Wait Time
Usage scenario: Want to wait for a certain period of time before proceeding to the next step. For example, open a webpage, wait for 5 seconds, and then click the button. 
Parameter | Explanation |
|---|---|
| Type | Optional: fixed time, random time |
| Wait Time | Set a fixed time to wait, such as waiting 3000 milliseconds |
| Random | Wait randomly within the set time range, for example: 2000-3000 milliseconds, that is, execute the next step at any time within 2-3 seconds |
Wait Request
Usage scenario: You need to wait for an image request to complete before doing other operations. And the URL of the image is: https://www.nstbrowser.io/_ipx/f_/logo-horizontal-w.svg
Parameter | Explanation |
|---|---|
| Url | The url of the request to wait for. |
| Timeout | Timeout waiting for request |