Sometimes we have to wait for elements on a page to load. We can use the Wait action to delay our run for x seconds, allowing those elements time to load.
If we're only waiting for specific element to load, we can use the Wait For Selector or Wait For action, which will delay the run until the specified element is found.
This action requires either a CSS Selector or the Element data from theĀ Roborabbit Helper for the element.
The Wait For action is only available no the V2 Task version.