Kitt
3 years agoRegular Contributor
You could try using the FindChild or FindElement methods for much faster results as this will distill the results TC has to search for. The difference between them is that FindChild and FindElement only searches in child objects, while Find also searches in the testedObj object.
Not sure how your front end is written but my guess is the pop-up may be treated as a separate window or page, meaning TC will by default search through all of the elements/objects in the main page first before searching the pop-up. I wouldn't necessarily call this a flaw since it's probably working as expected, you just need to use a different method of approach.
Related Content
- 5 years ago
- 2 years ago