How do I add a Sleep action in the Chromium Web Recorder plugin?
Web application elements may take time to appear due to network latency, animations or transitions, or JavaScript rendering delays.
The Sleep action in the Chromium Web Recorder allows you to introduce a delay between recorded steps.
The Chromium Web Recorder may automatically insert a Sleep action when it detects a noticeable pause between user interactions, such as waiting for a page to load or for a modal dialog to appear.
To manually add a Sleep action in the Chromium Web Recorder, follow these steps:
-
Click the three dots next to the recorded steps to edit an existing step or add a new one.
-
Set the Type to customStep.
-
Set the Name to Sleep.
-
Set the Parameters to: {"value": <number_of_seconds>}
-
Save the step.