bdrummond
8 years agoContributor
Object.Save() type-mismatch error - cannot save a property to TC Objects
was wondering if TC cannot store a property of an object as Test Complete Object? I have tried to save an object, but more precisely, trying to save the wText property of a title box as an objec...
- 8 years ago
Hi,
Objects.Save() fails because you provide it with incorrect parameters (http://support.smartbear.com/testcomplete/docs/reference/project-objects/items/stores/objects/save.html).
Correct call should be something like this:
Objects.Save(getTitleBox, propertyNames, 'wText');