Forum Discussion
Gan
11 years agoOccasional Contributor
you can use this "propertyvalue=GetPropertyValue(objectname,"PropertyName")", then you can perform any action that particuler object.
like propertyvalue=GetPropertyValue(objectname,"HTML property"). i.e propertyvalue="NaN". I think it is useful for that issue.
- TanyaYatskovska11 years ago
Alumni
Hi Varun_masuraha,
I’m pretty sure that an empty edit box will have contentText = “” in TestComplete. Thus, you can use an empty string as a search criterion in the Find method.