| Package | mx.automation | 
| Class | public class Automation | 
| Inheritance | Automation    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Learn more
Public Properties
| Property | Defined By | ||
|---|---|---|---|
| automationDebugTracer : mx.automation:IAutomationDebugTracer [static] [read-only] 
	 The available IAutomationDebugTracer instance.  | Automation | ||
| automationManager : IAutomationManager [static] 
     The IAutomationManager instance.  | Automation | ||
| automationManager2 : IAutomationManager2 [static] [read-only]   | Automation | ||
| automationObjectHelper : IAutomationObjectHelper [static] [read-only] 
     The available IAutomationObjectHelper instance.  | Automation | ||
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
| initialized : Boolean [static] [read-only] 
     Contains true if the automation module has been initialized.  | Automation | ||
| mouseSimulator : IAutomationMouseSimulator [static] 
     The currently active mouse simulator.  | Automation | ||
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
[static]   | Automation | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
[static] 
      Registers the component class and delegate class association with Automation.  | Automation | ||
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Property Detail
automationDebugTracer | property | 
automationDebugTracer:mx.automation:IAutomationDebugTracer  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 4 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
The available IAutomationDebugTracer instance.
Implementation
    public static function get automationDebugTracer():mx.automation:IAutomationDebugTracerautomationManager | property | 
automationManager:IAutomationManager| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
The IAutomationManager instance.
Implementation
    public static function get automationManager():IAutomationManager    public static function set automationManager(value:IAutomationManager):voidautomationManager2 | property | 
automationManager2:IAutomationManager2  [read-only] Implementation
    public static function get automationManager2():IAutomationManager2automationObjectHelper | property | 
automationObjectHelper:IAutomationObjectHelper  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
The available IAutomationObjectHelper instance.
Implementation
    public static function get automationObjectHelper():IAutomationObjectHelperinitialized | property | 
mouseSimulator | property | 
mouseSimulator:IAutomationMouseSimulator| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
The currently active mouse simulator.
Implementation
    public static function get mouseSimulator():IAutomationMouseSimulator    public static function set mouseSimulator(value:IAutomationMouseSimulator):voidMethod Detail
getMainApplication | () | method | 
registerDelegateClass | () | method | 
 public static function registerDelegateClass(compClass:Class, delegateClass:Class, priority:int = 0):void| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Registers the component class and delegate class association with Automation.
Parameters
compClass:Class — The component class. 
     
       | |
delegateClass:Class — The delegate class associated with the component.
      
       | |
priority:int (default = 0) | 
Thu Dec 4 2014, 05:50 PM -08:00
 