This property is obsolete. See the Remarks section below. |
Description
The Tested Applications collection of a test project can include Adobe Integrated Runtime (AIR) applications. The TestedApps.AppName.Params.AIRParams
property provides access to various properties of an AIR application, such as the path to the AIR Debug Launcher or the name of the AIR application’s descriptor file.
Declaration
TestedAppParamsObj.AIRParams
Read-Only Property | The TestedAppAIRParams object |
TestedAppParamsObj | An expression, variable or parameter that specifies a reference to a TestedAppParams object |
Applies To
The property is applied to the following object:
Property Value
The TestedAppAIRParams
object that provides a scripting interface to parameters of the AIR application.
Remarks
This property is obsolete. It is supported for backward compatibility only and is available if the Use special runtime object attribute of your tested AIR application is disabled. (You can view and change the attribute in the TestedApps editor).
We recommend that you leave the Use special runtime object attribute enabled (default) and access parameters of your tested AIR application through the properties of the TestedApps.AIRTestedAppName
object.
See Also
Adding AIR Applications to the List of Tested Applications
Editing Desktop Application Parameters