Skip to content

Delay

The delay classification includes "Wait Time" and "wait Request", a total of two nodes. rpa-delay

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. Wait Time

Parameter
Explanation
TypeOptional: fixed time, random time
Wait TimeSet a fixed time to wait, such as waiting 3000 milliseconds
RandomWait 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.svgWait Request

Parameter
Explanation
UrlThe url of the request to wait for.
TimeoutTimeout waiting for request