hannecroonen
3 years agoContributor
Object lookup is acting strange
Hi all,
I have a question regarding object lookups;
I am using this in my tests since I have to check if certain windows are showing or not at the right time. To reduce my code duplication I...
- 3 years ago
Hi Marsha,
I know how the wait functions work, I use them a lot throughout my testing framework!
Problem is this function has maybe 200 windows that I need to check and if I would use the wait functions this would delay the program by minutes if not hours so that is not feasible...
I do think this object lookup functionality is not what I was searching for so I went back to using switch cases instead and this works perfectly, I just tried to find a shorter way to implement this.