Windows Accessor APIs
Windows Elements
_generic
| Desktop Add-On |
| 7.0.0 |
| API | _generic(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th generic in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_button
| Desktop Add-On |
| 7.0.0 |
| API | _button(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, fullDescription, index
Valid Accessors and alternatives: (Assume this is the 6th button in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_calendar
| Desktop Add-On |
| 7.0.0 |
| API | _calendar(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th calendar in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | grid,value,selection (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_checkbox
| Desktop Add-On |
| 7.0.0 |
| API | _checkbox(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th checkbox in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | toggle (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_select | _combobox | _wCombobox
| Desktop Add-On |
| 7.0.0 |
| Note | You may use either _select or _combobox or _wCombobox |
| API | _select(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | automationId, name, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th select in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | optionText (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_custom
| Desktop Add-On |
| 7.0.0 |
| API | _custom(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th custom in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_datagrid
| Desktop Add-On |
| 7.0.0 |
| API | _datagrid(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th datagrid in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | grid,selection,table (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_dataitem
| Desktop Add-On |
| 7.0.0 |
| API | _dataitem(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, index
Valid Accessors and alternatives: (Assume this is the 6th dataitem in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_document
| Desktop Add-On |
| 7.0.0 |
| API | _document(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, label, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th document in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | scroll,text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_textbox | _edit | _wEdit
| Desktop Add-On |
| 7.0.0 |
| Note | You may use either _textbox or _edit or _wEdit |
| API | _textbox(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, label, helpText, index, value
Valid Accessors and alternatives: (Assume this is the 6th textbox in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_group
| Desktop Add-On |
| 7.0.0 |
| API | _group(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th group in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_header
| Desktop Add-On |
| 7.0.0 |
| API | _header(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th header in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_headeritem
| Desktop Add-On |
| 7.0.0 |
| API | _headeritem(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th headeritem in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_link | _hyperlink | _wHyperlink
| Desktop Add-On |
| 7.0.0 |
| Note | You may use either _link or _hyperlink or _wHyperlink |
| API | _link(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th link in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_image
| Desktop Add-On |
| 7.0.0 |
| API | _image(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th image in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_list
| Desktop Add-On |
| 7.0.0 |
| API | _list(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th list in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | selection,table,grid,multipleView (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_listview
| Desktop Add-On |
| 7.0.0 |
| API | _listview(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th listview in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | selection,table,grid,multipleView (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_listitem
| Desktop Add-On |
| 7.0.0 |
| API | _listitem(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th listitem in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_menu
| Desktop Add-On |
| 7.0.0 |
| API | _menu(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th menu in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_menubar
| Desktop Add-On |
| 7.0.0 |
| API | _menubar(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th menubar in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_menuitem
| Desktop Add-On |
| 7.0.0 |
| API | _menuitem(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th menuitem in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | expandCollapse,toggle (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_pane
| Desktop Add-On |
| 7.0.0 |
| API | _pane(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, css class, index
Valid Accessors and alternatives: (Assume this is the 6th pane in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | transform (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_progressbar
| Desktop Add-On |
| 7.0.0 |
| API | _progressbar(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th progressbar in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | rangeValue (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_radio | _radiobutton | _wRadiobutton
| Desktop Add-On |
| 7.0.0 |
| Note | You may use either _radio or _radiobutton or _wRadiobutton |
| API | _radio(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th radio in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | selectionItem (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_scrollbar
| Desktop Add-On |
| 7.0.0 |
| API | _scrollbar(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th scrollbar in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | rangeValue,value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_seperator
| Desktop Add-On |
| 7.0.0 |
| API | _seperator(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th seperator in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_slider
| Desktop Add-On |
| 7.0.0 |
| API | _slider(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th slider in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | rangeValue,value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_spinner
| Desktop Add-On |
| 7.0.0 |
| API | _spinner(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th spinner in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | rangeValue,selection (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_splitbutton
| Desktop Add-On |
| 7.0.0 |
| API | _splitbutton(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th splitbutton in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | expandCollapse (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_statusbar
| Desktop Add-On |
| 7.0.0 |
| API | _statusbar(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th statusbar in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_tab
| Desktop Add-On |
| 7.0.0 |
| API | _tab(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th tab in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_tabitem
| Desktop Add-On |
| 7.0.0 |
| API | _tabitem(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th tabitem in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_table
| Desktop Add-On |
| 7.0.0 |
| API | _table(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th table in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | grid,selection,table (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_text
| Desktop Add-On |
| 7.0.0 |
| API | _text(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th text in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_thumb
| Desktop Add-On |
| 7.0.0 |
| API | _thumb(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th thumb in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_titlebar
| Desktop Add-On |
| 7.0.0 |
| API | _titlebar(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th titlebar in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | text,value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_toolbar
| Desktop Add-On |
| 7.0.0 |
| API | _toolbar(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th toolbar in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_tooltip
| Desktop Add-On |
| 7.0.0 |
| API | _tooltip(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th tooltip in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_tree
| Desktop Add-On |
| 7.0.0 |
| API | _tree(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th tree in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_treeitem
| Desktop Add-On |
| 7.0.0 |
| API | _treeitem(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th treeitem in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_treeviewitem
| Desktop Add-On |
| 7.0.0 |
| API | _treeviewitem(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th treeviewitem in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_treeview
| Desktop Add-On |
| 7.0.0 |
| API | _treeview(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th treeview in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_window
| Desktop Add-On |
| 7.5.0 |
| API | _window(identifier [, relation1 [, relation2 ...]]) |
| Identifiers | name, automationId, helpText, index
Valid Accessors and alternatives: (Assume this is the 6th window in the UI)
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | window (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|