Skip to main content

GUI: Web Set Delay

Description

Web Set Delay pauses workflow execution for a specified duration before continuing to the next step. Use this step when you need to wait for a page to finish loading, an animation to complete, or an asynchronous update to process before performing the next action. The delay applies only to this step and does not add to or change the global delay set in the Start Browser step. The default delay is 5000 milliseconds (5 seconds), and you can adjust it to match the expected wait time for your specific scenario.

Configurations

Field NameDescription
Step NameName of the step. This name has to be unique in a single workflow.The data type is String and the field is mandatory.
Web Browser NameSelect any one Web Browser Name from the given list.
Note: Select the same Web Browser Name which was selected in Start Browser Step.
Delay (In Milliseconds)Specify the delay time in milliseconds.
Specified delay is only applied for the said step and does not affect or add to the delay specified in the Start Browser step. In other words, the workflow will pause for the specified time and then continue it’s execution.
Default value: 5000 (5 seconds)