claudiaborges
4 years agoOccasional Contributor
Keyword tests: waitElement / waitProperty questions
I am new to TestComplete, and would like your help. To avoid adding delays in the teststeps I wanted to wait for an element. I thought on adding a waiton the element untill element visible == true...
- 4 years ago
The TestComplete support has lots of help with the parameters:
https://support.smartbear.com/testcomplete/docs/reference/test-objects/members/common-for-all/waitproperty-method.htmlIf you're wanting to wait for an element you need to call WaitElement (or WaitAliasChild) on its parent object, not the object itself.