| Package | mx.automation | 
| Class | public class AutomationHelper | 
| Inheritance | AutomationHelper    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 4 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Learn more
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
		  Constructor
		 
		    | AutomationHelper | ||
[static] 
		  Returns the current active window in case of AIR app, 
		  top level application otherwise.  | AutomationHelper | ||
[static] 
		  Returns the helper class used for AIR automation (AirFunctionsHelper).  | AutomationHelper | ||
[static] 
		  Returns the title in case of AIR app, empty string otherwise.  | AutomationHelper | ||
[static] 
		  Returns the top level application.  | AutomationHelper | ||
[static] 
		  Returns the start point in screen coordinates.  | AutomationHelper | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
[static] 
		  Returns false if AIR helper class (AirFunctionsHelper) is not loaded.  | AutomationHelper | ||
[static] 
		  Returns true if the current application is an AIR app, false otherwise.  | AutomationHelper | ||
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
[static] 
		  Returns false if AIR helper class (mx.automation.air.AirFunctionsHelper) is not found.  | AutomationHelper | ||
[static]   | AutomationHelper | ||
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
[static] 
		  Sets the system manager using which the root application is determined.  | AutomationHelper | ||
![]()  | 
     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 | |
Constructor Detail
AutomationHelper | () | Constructor | 
public function AutomationHelper()| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 4 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Constructor
Method Detail
getActiveWindow | () | method | 
getAirHelperClass | () | method | 
getAppTitle | () | method | 
getMainApplication | () | method | 
getStageStartPointInScreenCoords | () | method | 
isAirClassLoaded | () | method | 
isCurrentAppAir | () | method | 
isRequiredAirClassPresent | () | method | 
isRequiredSparkClassPresent | () | method | 
registerSystemManager | () | method | 
 public static function registerSystemManager(sm1:ISystemManager):void| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 4 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Sets the system manager using which the root application is determined.
Parameters
sm1:ISystemManager | 
Thu Dec 4 2014, 05:50 PM -08:00
 