Description
This property returns a special object that provides a scripting interface to native members of the underlying Flash or Flex object. Using this property, you can access public native methods and properties of the Flash or Flex object and use them in your tests.
Declaration
TestObj.FlexObject
Read-Only Property | Object |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
This property is applied to all the Flash and Flex objects.
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
An object that lists public native methods and properties of the underlying Flash or Flex object and provides scripting access to them.
Example
To view an example that demonstrates how to use the FlexObject
property, see Accessing Native Properties and Methods of Flash and Flex Objects.