Package | mx.automation |
Interface | public interface IAutomationManager2 extends IAutomationManager , IEventDispatcher |
Property | Defined By | ||
---|---|---|---|
![]() | automationEnvironment : Object
The automation environment for this automation manager. | IAutomationManager | |
automationEnvironmentHandlingClassName : String [write-only] | IAutomationManager2 | ||
automationEnvironmentString : String
The automation environment for this automation manager. | IAutomationManager2 | ||
![]() | recording : Boolean [read-only]
Indicates whether recording is taking place, true,
or not, false. | IAutomationManager | |
![]() | replaying : Boolean [read-only]
Indicates whether replay is taking place, true,
or not, false. | IAutomationManager |
Method | Defined By | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | IEventDispatcher | |
IAutomationManager2 | |||
IAutomationManager2 | |||
![]() |
Sets the automation manager to record mode. | IAutomationManager | |
![]() |
Returns an id for the given object that can be used
with the resolveID() method. | IAutomationManager | |
![]() |
Returns an id part for the given object that can be used in resolveIDPart. | IAutomationManager | |
![]() |
Decrement the cache counter. | IAutomationManager | |
![]() |
Dispatches an event into the event flow. | IEventDispatcher | |
IAutomationManager2 | |||
IAutomationManager2 | |||
![]() |
Takes the automation manager out of record mode. | IAutomationManager | |
![]() |
Returns the text to display as the type of the object. | IAutomationManager | |
![]() |
Returns the text to display as the description for the object. | IAutomationManager | |
![]() |
Returns all children of this object that are visible within the testing
hierarchy. | IAutomationManager | |
![]() | getChildrenFromIDPart(obj:IAutomationObject, part:AutomationIDPart = null, ignoreShowInHierarchy:Boolean = false):Array
Returns all children of this object that are visible within the testing
hierarchy and meet the criteria in the automation part. | IAutomationManager | |
![]() |
Returns the automation object under the given coordinate. | IAutomationManager | |
![]() | getParent(obj:IAutomationObject, parentToStopAt:IAutomationObject = null, ignoreShowInHierarchy:Boolean = false):IAutomationObject
Returns the next parent that is visible within the automation hierarchy. | IAutomationManager | |
IAutomationManager2 | |||
IAutomationManager2 | |||
![]() | getProperties(obj:IAutomationObject, names:Array = null, forVerification:Boolean = true, forDescription:Boolean = true):Array
Returns the values for a set of properties. | IAutomationManager | |
![]() |
The display rectangle enclosing the DisplayObject. | IAutomationManager | |
![]() |
Returns the object implementing the IAutomationTabularData interface through which
the tabular data can be obtained. | IAutomationManager | |
IAutomationManager2 | |||
IAutomationManager2 | |||
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | IEventDispatcher | |
![]() |
Increments the cache counter. | IAutomationManager | |
IAutomationManager2 | |||
![]() |
Tests if the provided target needs to wait until a previous
operation completes. | IAutomationManager | |
![]() |
Returns true if an object and all of its parents are visible. | IAutomationManager | |
![]() |
Records the event. | IAutomationManager | |
IAutomationManager2 | |||
![]() |
Removes a listener from the EventDispatcher object. | IEventDispatcher | |
![]() |
Replays the specified event. | IAutomationManager | |
![]() |
Resolves an id to automation objects. | IAutomationManager | |
![]() |
Resolves an id part to an Array of automation objects. | IAutomationManager | |
![]() |
Resolves an id part to an automation object within the parent. | IAutomationManager | |
![]() |
Resolves an id to an automation object. | IAutomationManager | |
![]() |
Indicates whether an automation object should be visible within
the hierarchy. | IAutomationManager | |
IAutomationManager2 | |||
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | IEventDispatcher |
automationEnvironmentHandlingClassName | property |
automationEnvironmentHandlingClassName:String
[write-only] public function set automationEnvironmentHandlingClassName(value:String):void
automationEnvironmentString | property |
public var automationEnvironmentString:String
The automation environment for this automation manager. The automation environment provides information about the objects and properties of testable components needed for communicating with agent tools. The value of this property must implement the IAutomationEnvironment interface.
See also
addEventListenersToAllChildApplications | () | method |
public function addEventListenersToAllChildApplications(eventDetailsArray:Array):void
Parameters
eventDetailsArray:Array |
addEventListenersToAllParentApplications | () | method |
public function addEventListenersToAllParentApplications(eventDetailsArray:Array):void
Parameters
eventDetailsArray:Array |
dispatchToAllChildren | () | method |
dispatchToParent | () | method |
getPopoupChildObject | () | method |
public function getPopoupChildObject(index:int):IAutomationObject
Parameters
index:int |
IAutomationObject |
getPopoupChildrenCount | () | method |
getTopApplicationIndex | () | method |
getUniqueApplicationId | () | method |
isObjectPopup | () | method |
public function isObjectPopup(obj:IAutomationObject):Boolean
Parameters
obj:IAutomationObject |
Boolean |
registerNewApplication | () | method |
public function registerNewApplication(application:DisplayObject):void
Parameters
application:DisplayObject |
storeDragProxy | () | method |