Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Methods of UI Automation mode and Active Accessibility mode

The Universal app connector provides multiple methods that perform various actions when screens are captured in Windows applications, for UI Automation mode and Active Accessibility mode.

Methods of UI Automation mode

If the screens are captured in Windows applications, for UI Automation mode, double-click the UniversalApplication object under Global Objects. The following methods for different element types appear in the Object Explorer pane.

UI Automation Element TypeUI Automation Method Name
CommonClick
CommonFocus
CommonGetInstanceCount
CommonGetProperty
CommonIsCreated
CommonMouseAction
CommonScrollIntoView
CommonSendKeys
CommonSetElementIndex
CommonSetLocatorValue
CommonSetLocatorValueArgs
CommonSetMatchRuleValue
CommonWaitForCreate
EditGetText
EditSetText
ComboBoxSetComboBoxItem
ComboBoxGetComboBoxItem
ComboBoxGetComboBoxItems
ComboBoxSelectNextItem
ComboBoxSelectFirstItem
ComboBoxExpandComboBox
ComboBoxCollapseComboBox
LabelGetText
CheckBoxIsChecked
CheckBoxCheck
CheckBoxUnCheck
ImageGetImage
ListBoxGetTable
ListBoxSelectListItem
ListBoxSelectNextItem
ListBoxSelectFirstItem
ListBoxSelectListItemByIndex
ListBoxClickCell
ListItemSelectItem
ListItemAddToSelection
ListItemIsSelected
PasswordSetText
PasswordGetText
PasswordGetProperty
PasswordSetPassword
RadioButtonIsChecked
RadioButtonCheck
TableGetTable
TreeViewExpandAll
TreeViewCollapseAll
TreeViewSelectNextItem
TreeViewSelectFirstItem
TreeViewSelectItemByText

Methods of Active Accessibility mode

If the screens are captured in Windows applications, for Active Accessibility mode, double-click the UniversalApplication object under Global Objects. The following methods for Common element type appear in the Object Explorer pane.

Element typeActive Accessibility Method Name
CommonDoDefaultAction
CommonSetValue
CommonGetValue
CommonSelect
CommonFocus
CommonGetInstanceCount
CommonGetProperty
CommonIsCreated
CommonMouseAction
CommonSendKeys
CommonSetElementIndex
CommonSetLocatorValue
CommonSetLocatorValueArgs
CommonSetMatchRuleValue
CommonWaitForCreate

Parent Topic:Universal app connector