Forum Discussion

Gordian's avatar
Gordian
Occasional Contributor
11 years ago

How to get all Flex properties for an object

The TestComplete documentation shows how to get or set the value for a specific Flex property of an object. var title = Aliases.browser.AppPage.objectOrders.FlexObject.name; Aliases.browser....