| Package | mx.automation |
| Class | public class Automation |
| Inheritance | Automation Object |
| Property | Defined By | ||
|---|---|---|---|
| automationManager : IAutomationManager
[static]
The IAutomationManager instance.
| 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 | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| Method | Defined By | ||
|---|---|---|---|
![]() |
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 the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| automationManager | property |
automationManager:IAutomationManager [read-write] The IAutomationManager instance.
public static function get automationManager():IAutomationManager
public function set automationManager(value:IAutomationManager):void
| automationObjectHelper | property |
automationObjectHelper:IAutomationObjectHelper [read-only] The available IAutomationObjectHelper instance.
public static function get automationObjectHelper():IAutomationObjectHelper
| initialized | property |
initialized:Boolean [read-only]
Contains true if the automation module has been initialized.
public static function get initialized():Boolean
| mouseSimulator | property |
mouseSimulator:IAutomationMouseSimulator [read-write] The currently active mouse simulator.
public static function get mouseSimulator():IAutomationMouseSimulator
public function set mouseSimulator(value:IAutomationMouseSimulator):void
| registerDelegateClass | () | method |
public static function registerDelegateClass(compClass:Class, delegateClass:Class):void
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.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/mx/automation/Automation.html