Description
The property returns an AppInfo
object that contains information from the XUL application packaging. The information includes information like: application name, ID, build and version numbers.
Declaration
TestObj.AppInfo
Read-Only Property | An AppInfo object |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
A Browser
or Process
object that corresponds to a Mozilla application (Firefox, Thunderbird and so on).
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 AppInfo
object that holds service information about the Mozilla application.
Remarks
The AppInfo
property is only available if the Firefox Support plugin is installed and the application under test is a Mozilla application, for example, Firefox, Thunderbird and so on. Otherwise, this property is absent in the object’s property list.
Example
To view an example that demonstrates how to use the AppInfo
property, see AppInfo Object.
See Also
AppInfo Object
Browser Object
Process Object
Preferences Property