UI Automation
Description
The objects, methods, and properties described in this section can be used when you use UFT One's UIAutomation (UIA) mode.
Note:
- UI Automation objects and methods are dependent on the application object's Control Type.
- Different objects support different methods, depending on the patterns implemented for an object in your application.
The UIAutomation support is only available for Windows-based technologies that implement the UI Automation interfaces.
Supported Test Objects
Test Object | Description |
---|---|
UIAButton | A button object in an application that supports UI Automation. |
UIACalendar | A calendar object in an application that supports UIAutomation. |
UIACheckBox | A check box object in an application that supports UIAutomation. |
UIAComboBox | A combo box object in an application that supports UIAutomation. |
UIAEdit | A edit field object in an application that supports UIAutomation. |
UIAHyperLink | A hyperlink object in an application that supports UIAutomation. |
UIAList | A list object in an application that supports UIAutomation. |
UIAMenu | A menu object in an application that supports UIAutomation. |
UIAObject | An object in an application that supports UIAutomation. |
UIARadioButton | A radio button object in an application that supports UIAutomation. |
UIASlider | A slider object in an application that supports UIAutomation. |
UIASplitButton | A split button object in an application that supports UIAutomation. |
UIATab | A tab object in an application that supports UIAutomation. |
UIATable | A table object in an application that supports UIAutomation. |
UIATree | A tree object in an application that supports UIAutomation. |
UIAWindow | A window object in an application that supports UIAutomation. |
See also: