There might be instances when we need to wait for an Element to load as the Automated Execution is too fast. We can use the Wait Template for such scenarios.


While creating a Test Step, enter the query wait to get Test Step templates associated with this action.



You can see that there are a lot of templates(over 50) associated with this action.

You may refer to this article for a complete list of Templates, please log in to your Testsigma account.


Select the appropriate template as per your requirement, update the test data, UI identifier or attribute whichever is applicable and create the Test Step.


If you are not sure about the UI Identifier of the element you need to wait for, you can insert an Explicit wait for n seconds using the Template 

Wait for testdata seconds


(Replace testdata with a numeric value such as 10).