| Package | mx.automation |
| Interface | public interface IAutomationEnvironment |
| Method | Defined By | ||
|---|---|---|---|
|
Returns the automation class corresponding to the given object.
| IAutomationEnvironment | ||
|
Returns the automation class for the given name.
| IAutomationEnvironment | ||
| getAutomationClassByInstance | () | method |
public function getAutomationClassByInstance(obj:IAutomationObject):IAutomationClass
Returns the automation class corresponding to the given object.
Parameters
obj:IAutomationObject — Instance of the delegate of a testable object.
|
IAutomationClass — Automation class for obj.
|
| getAutomationClassByName | () | method |
public function getAutomationClassByName(automationClass:String):IAutomationClass
Returns the automation class for the given name.
Parameters
automationClass:String — A class name that corresponds to the value of
the AutomationClass.name property.
|
IAutomationClass — Automation class corresponding to the given name,
or null if none was found.
|
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/IAutomationEnvironment.html