Forum Discussion
2 Replies
- GanOccasional 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.
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.