manish_bansal_1
10 years agoOccasional Contributor
Modify Auto-Wait Timeout through Code
Hi Folks, Due to a design problem of TestComplete Exists method does not provide additional overload of maxtimeout millisecond parameter and it does wait until time specified in Project Properties ...
- 10 years ago
You can change the auto-wait timeout like this:
Options.Run.Timeout = 30000; // 30 seconds