The mx.automation package contains the automation interfaces.
Interface | Description | |
---|---|---|
IAutomationClass | The IAutomationClass interface defines the interface for a component class descriptor. | |
IAutomationClass2 | The IAutomationClass2 interface defines the interface for a component class descriptor. | |
IAutomationEnvironment | The IAutomationEnvironment interface provides information about the objects and properties of automatable components needed for communicating with agents. | |
IAutomationEventDescriptor | The IAutomationEventDescriptor interface defines the interface for an event descriptor. | |
IAutomationManager | The IAutomationManager interface defines the interface expected from an AutomationManager object by the automation module. | |
IAutomationManager2 | The IAutomationManager interface defines the interface expected from an AutomationManager object by the automation module. | |
IAutomationMethodDescriptor | The IAutomationMethodDescriptor interface defines the interface for a method descriptor. | |
IAutomationMouseSimulator | The IAutomationMouseSimulator interface describes an object that simulates mouse movement so that components capturing the mouse use the simulated versions of the mouse cursor instead of the live Flash Player version. | |
IAutomationObject | The IAutomationObject interface defines the interface for a delegate object that implements automation for a component. | |
IAutomationObjectHelper | The IAutomationObjectHelper interface defines helper methods for IAutomationObjects. | |
IAutomationPropertyDescriptor | The IAutomationPropertyDescriptor interface describes a property of a test object. | |
IAutomationTabularData | The IAutomationTabularData interface is implemented by components which can provide their content information in a tabular form. |
Class | Description | |
---|---|---|
Automation | The Automation class defines the entry point for the Flex Automation framework. | |
AutomationError | The AutomationError class defines the error constants used by the Flex Automation mechanism. | |
AutomationID | The Flex automation framework uses the AutomationID class to build object identification that Agents can use. | |
AutomationIDPart | The AutomationIDPart class represents a component instance to agents. |