Learn more about Test Studio here
While talking to customers I come across one common question that, “How can we change default waiting time to find element for a particular Test Step? “
Let me start with explaining this question little bit more. So when you record a test, TestStudio saves information about elements in Element Repository. While executing test, TestStudio try to identify element in Element Repository on basis of Identification Logic saved. TestStudio waits for 30ms to find element.
Now there could be scenario when 30ms is not enough and you want to change this default wait on step value. Let us learn how can we change this?
To change default wait to find element in a step, click on edit steps. You will get an option of UseStepWaitOnElements. You need to check the check box as given below.
Once you check this check box, next go to step property. There you will find WaitOnElement property field editable. Here you need to put desired wait time to find an element for a particular step.
This is what all you need to do to change default wait time for elements. I hope you find this post useful. Thanks for reading.