套件 | mx.automation |
介面 | public interface IAutomationEnvironment |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
更多範例
公用方法
方法 | 定義自 | ||
---|---|---|---|
Returns the automation class corresponding to the given object. | IAutomationEnvironment | ||
Returns the automation class for the given name. | IAutomationEnvironment |
方法詳細資訊
getAutomationClassByInstance | () | 方法 |
public function getAutomationClassByInstance(obj:IAutomationObject):IAutomationClass
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns the automation class corresponding to the given object.
參數
obj:IAutomationObject — Instance of the delegate of a testable object.
|
IAutomationClass — Automation class for obj .
|
getAutomationClassByName | () | 方法 |
public function getAutomationClassByName(automationClass:String):IAutomationClass
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Returns the automation class for the given name.
參數
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.
|
Tue Jun 12 2018, 03:47 PM Z