Interface | Description |
---|---|
AutoItRs.Recognizable |
This interface represents something can be used by automation tool to find AUT's window or component.
|
IAutoItRs |
Class | Description |
---|---|
AutoIt |
Class used to instantiate AutoIt support.
|
AutoItRs |
Class to handle recognition-string-parsing for the AutoIt engine.
Window Recognition String will be converted to AUTOIT window's RS. Child Recognition String will be converted to AUTOIT control's RS. The TEXT in Window Recognition String will be converted to Window Text. |
AutoItRs.Control |
The AUTOIT Control object, the implementation of
AutoItRs.Recognizable |
AutoItRs.DefaultRecognizable |
This class provides default implementation of interface
AutoItRs.Recognizable .As the field of name starting with Constants.AutoItConstants.PREFIX_PROPERTY_FOR_RS
will be used for generating recognition string, please avoid adding new fields of
name starting with Constants.AutoItConstants.PREFIX_PROPERTY_FOR_RS to this class
when refactoring this class. |
AutoItRs.DefaultRecognizableAutoIt |
This class provides default implementation of interface
AutoItRs.Recognizable for AUTOIT engine. |
AutoItRs.Window |
The AUTOIT Window object, the implementation of
AutoItRs.Recognizable |
Copyright © SAS Institute. All Rights Reserved.