Java Accessor APIs
Java Elements
_button | _jvJButton
Desktop Add-On |
7.0.0 |
Note | You may use either _button or _jvJButton |
API | _button(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Text, Name, Label, ToolTipText, 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:
|
_button | _jvJToggleButton
Desktop Add-On |
7.0.0 |
Note | You may use either _button or _jvJToggleButton |
API | _button(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Text, Label, ToolTipText, 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:
|
_table | _jvJTable
Desktop Add-On |
7.0.0 |
Note | You may use either _table or _jvJTable |
API | _table(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, 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 | ValueAt (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _click
Example usage:
|
Assertions |
Example assertions:
|
_jvJTableHeader
Desktop Add-On |
7.0.0 |
API | _jvJTableHeader(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJTableHeader 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:
|
_menu | _jvJMenu
Desktop Add-On |
7.0.0 |
Note | You may use either _menu or _jvJMenu |
API | _menu(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Text, Label, ToolTipText, 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 | Text (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _click
Example usage:
|
Assertions |
Example assertions:
|
_jvJMenuItem
Desktop Add-On |
7.0.0 |
API | _jvJMenuItem(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Text, Label, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJMenuItem 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:
|
_jvJPopupMenu
Desktop Add-On |
7.0.0 |
API | _jvJPopupMenu(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Text, Label, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJPopupMenu 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:
|
_jvJCheckBoxMenuItem
Desktop Add-On |
7.0.0 |
API | _jvJCheckBoxMenuItem(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Text, Label, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJCheckBoxMenuItem in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | isSelected (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _click
Example usage:
|
Assertions |
Example assertions:
|
_jvJRadioButtonMenuItem
Desktop Add-On |
7.0.0 |
API | _jvJRadioButtonMenuItem(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Text, Label, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJRadioButtonMenuItem in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | isSelected (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _click
Example usage:
|
Assertions |
Example assertions:
|
_checkbox | _jvJCheckBox
Desktop Add-On |
7.0.0 |
Note | You may use either _checkbox or _jvJCheckBox |
API | _checkbox(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Text, Label, ToolTipText, 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 | Selected (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _click
Example usage:
|
Assertions |
Example assertions:
|
_radio | _jvJRadioButton
Desktop Add-On |
7.0.0 |
Note | You may use either _radio or _jvJRadioButton |
API | _radio(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Text, Label, ToolTipText, 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 | Selected (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _click
Example usage:
|
Assertions |
Example assertions:
|
_textbox | _jvJTextField
Desktop Add-On |
7.0.0 |
Note | You may use either _textbox or _jvJTextField |
API | _textbox(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
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 | Text (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _setValue
Example usage:
|
Assertions |
Example assertions:
|
_textarea | _jvJTextArea
Desktop Add-On |
7.0.0 |
Note | You may use either _textarea or _jvJTextArea |
API | _textarea(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th textarea 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 _setValue
Example usage:
|
Assertions |
Example assertions:
|
_jvJTextPane
Desktop Add-On |
7.0.0 |
API | _jvJTextPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJTextPane 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 _setValue
Example usage:
|
Assertions |
Example assertions:
|
_jvJEditorPane
Desktop Add-On |
7.0.0 |
API | _jvJEditorPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJEditorPane 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 _setValue
Example usage:
|
Assertions |
Example assertions:
|
_password | _jvJPasswordField
Desktop Add-On |
7.0.0 |
Note | You may use either _password or _jvJPasswordField |
API | _password(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th password 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 _setValue
Example usage:
|
Assertions |
Example assertions:
|
_jvJComboBox
Desktop Add-On |
7.0.0 |
API | _jvJComboBox(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJComboBox 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 _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvJTabbedPane
Desktop Add-On |
7.0.0 |
API | _jvJTabbedPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJTabbedPane 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 _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvJList
Desktop Add-On |
7.0.0 |
API | _jvJList(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJList 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 _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvChoice
Desktop Add-On |
7.0.0 |
API | _jvChoice(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvChoice 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 _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvList
Desktop Add-On |
7.0.0 |
API | _jvList(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvList 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 _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_label | _jvJLabel
Desktop Add-On |
7.0.0 |
Note | You may use either _label or _jvJLabel |
API | _label(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Text, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th label 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:
|
_jvJPanel
Desktop Add-On |
7.0.0 |
API | _jvJPanel(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Index, Label
Valid Accessors and alternatives: (Assume this is the 6th jvJPanel 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 _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvJSlider
Desktop Add-On |
7.0.0 |
API | _jvJSlider(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJSlider 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:
|
_jvScrollbar
Desktop Add-On |
7.0.0 |
API | _jvScrollbar(identifier [, relation1 [, relation2 ...]]) |
Identifiers | ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvScrollbar 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:
|
_jvScrollbar | _jvJScrollbar
Desktop Add-On |
9.0.0 |
Note | You may use either _jvScrollbar or _jvJScrollbar |
API | _jvScrollbar(identifier [, relation1 [, relation2 ...]]) |
Identifiers | ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvScrollbar 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:
|
_button | _jvButton
Desktop Add-On |
7.0.0 |
Note | You may use either _button or _jvButton |
API | _button(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Label, Name, Text, ToolTipText, 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 | Label (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _click
Example usage:
|
Assertions |
Example assertions:
|
_textbox | _jvTextField
Desktop Add-On |
7.0.0 |
Note | You may use either _textbox or _jvTextField |
API | _textbox(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Index
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 | Text (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _setValue
Example usage:
|
Assertions |
Example assertions:
|
_textarea | _jvTextArea
Desktop Add-On |
7.0.0 |
Note | You may use either _textarea or _jvTextArea |
API | _textarea(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Index
Valid Accessors and alternatives: (Assume this is the 6th textarea 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 _setValue
Example usage:
|
Assertions |
Example assertions:
|
_checkbox | _jvCheckbox
Desktop Add-On |
7.0.0 |
Note | You may use either _checkbox or _jvCheckbox |
API | _checkbox(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Label, 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 | State (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _click
Example usage:
|
Assertions |
Example assertions:
|
_label | _jvLabel
Desktop Add-On |
7.0.0 |
Note | You may use either _label or _jvLabel |
API | _label(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Text, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th label 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 _setText
Example usage:
|
Assertions |
Example assertions:
|
_jvJRootPane
Desktop Add-On |
7.0.0 |
API | _jvJRootPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJRootPane in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | SelectedIndex (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvJLayeredPane
Desktop Add-On |
7.0.0 |
API | _jvJLayeredPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJLayeredPane in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | SelectedIndex (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvJScrollPane
Desktop Add-On |
7.0.0 |
API | _jvJScrollPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJScrollPane in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | SelectedIndex (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvJOptionPane
Desktop Add-On |
7.0.0 |
API | _jvJOptionPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJOptionPane in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | SelectedIndex (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvJDialog
Desktop Add-On |
7.0.0 |
API | _jvJDialog(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJDialog in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | SelectedIndex (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvJComponent
Desktop Add-On |
7.0.0 |
API | _jvJComponent(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJComponent in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | SelectedIndex (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvJToolBar
Desktop Add-On |
7.0.0 |
API | _jvJToolBar(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvJToolBar in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | SelectedIndex (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_tree | _jvJTree
Desktop Add-On |
7.0.0 |
Note | You may use either _tree or _jvJTree |
API | _tree(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, 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 _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvSynthInternalFrameTitlePane
Desktop Add-On |
7.0.0 |
API | _jvSynthInternalFrameTitlePane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Text, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvSynthInternalFrameTitlePane in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | frame:field.getTitle() (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _click
Example usage:
|
Assertions |
Example assertions:
|
_jvJProgressBar
Desktop Add-On |
7.0.0 |
API | _jvJProgressBar(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, String
Valid Accessors and alternatives: (Assume this is the 6th jvJProgressBar in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | getValue (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is
Example usage:
|
Assertions |
Example assertions:
|
_jvTabDisplayer
Desktop Add-On |
8.0.0 |
API | _jvTabDisplayer(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvTabDisplayer in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | getSelectionModel().getSelectedIndex() (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvAutoHideContainer
Desktop Add-On |
8.0.0 |
API | _jvAutoHideContainer(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvAutoHideContainer 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 _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jvImageIcon
Desktop Add-On |
8.0.0 |
API | _jvImageIcon(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Text, Label, Index
Valid Accessors and alternatives: (Assume this is the 6th jvImageIcon in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | toString() (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _
Example usage:
|
Assertions |
Example assertions:
|
_button | _jvCustomButton
Desktop Add-On |
8.0.0 |
Note | You may use either _button or _jvCustomButton |
API | _button(identifier [, relation1 [, relation2 ...]]) |
Identifiers | _sahi.customButtonValue(), Text, Name, Label, 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 | _sahi.customButtonValue() (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _click
Example usage:
|
Assertions |
Example assertions:
|
_jvCanvas
Desktop Add-On |
10.0.0 |
API | _jvCanvas(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, Text, ToolTipText, Index
Valid Accessors and alternatives: (Assume this is the 6th jvCanvas 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:
|
_jfxButton
Desktop Add-On |
11.0.0.8 |
API | _jfxButton(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, Text, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxButton 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:
|
_jfxHyperlink
Desktop Add-On |
11.0.0.8 |
API | _jfxHyperlink(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, Text, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxHyperlink 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:
|
_jfxTextField
Desktop Add-On |
11.0.0.8 |
API | _jfxTextField(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, PromptText, AccessibleText, Index, Text
Valid Accessors and alternatives: (Assume this is the 6th jfxTextField 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 _setValue
Example usage:
|
Assertions |
Example assertions:
|
_jfxTextArea
Desktop Add-On |
11.0.0.8 |
API | _jfxTextArea(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, PromptText, AccessibleText, Index, Text
Valid Accessors and alternatives: (Assume this is the 6th jfxTextArea 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 _setValue
Example usage:
|
Assertions |
Example assertions:
|
_jfxPasswordField
Desktop Add-On |
11.0.0.8 |
API | _jfxPasswordField(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, PromptText, Index, Text
Valid Accessors and alternatives: (Assume this is the 6th jfxPasswordField 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 _setValue
Example usage:
|
Assertions |
Example assertions:
|
_jfxComboBox
Desktop Add-On |
11.0.0.8 |
API | _jfxComboBox(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, PromptText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxComboBox 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 _setSelected
Example usage:
|
Assertions |
Example assertions:
|
_jfxCheckbox
Desktop Add-On |
11.0.0.8 |
API | _jfxCheckbox(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, Text, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxCheckbox in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | Selected (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _click
Example usage:
|
Assertions |
Example assertions:
|
_jfxRadioButton
Desktop Add-On |
11.0.0.8 |
API | _jfxRadioButton(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, Text, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxRadioButton in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | Selected (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _click
Example usage:
|
Assertions |
Example assertions:
|
_jfxToggleButton
Desktop Add-On |
11.0.0.8 |
API | _jfxToggleButton(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, Text, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxToggleButton 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:
|
_jfxMenuBar
Desktop Add-On |
11.0.0.8 |
API | _jfxMenuBar(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxMenuBar 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxToolBar
Desktop Add-On |
11.0.0.8 |
API | _jfxToolBar(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxToolBar 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxAnchorPane
Desktop Add-On |
11.0.0.8 |
API | _jfxAnchorPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxAnchorPane 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxGridPane
Desktop Add-On |
11.0.0.8 |
API | _jfxGridPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxGridPane 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxTilePane
Desktop Add-On |
11.0.0.8 |
API | _jfxTilePane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxTilePane 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxStackPane
Desktop Add-On |
11.0.0.8 |
API | _jfxStackPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxStackPane 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxFlowPane
Desktop Add-On |
11.0.0.8 |
API | _jfxFlowPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxFlowPane 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxHBox
Desktop Add-On |
11.0.0.8 |
API | _jfxHBox(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxHBox 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxVBox
Desktop Add-On |
11.0.0.8 |
API | _jfxVBox(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxVBox 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxScrollPane
Desktop Add-On |
11.0.0.8 |
API | _jfxScrollPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxScrollPane 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxSplitPane
Desktop Add-On |
11.0.0.8 |
API | _jfxSplitPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxSplitPane 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxTabPane
Desktop Add-On |
11.0.0.8 |
API | _jfxTabPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxTabPane 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxTitledPane
Desktop Add-On |
11.0.0.8 |
API | _jfxTitledPane(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxTitledPane 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxTextFlow
Desktop Add-On |
11.0.0.8 |
API | _jfxTextFlow(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxTextFlow 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxLabel
Desktop Add-On |
11.0.0.8 |
API | _jfxLabel(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, Text, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxLabel 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:
|
_jfxImageView
Desktop Add-On |
11.0.0.8 |
API | _jfxImageView(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxImageView 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 _
Example usage:
|
Assertions |
Example assertions:
|
_jfxChart
Desktop Add-On |
11.0.0.8 |
API | _jfxChart(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Title, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxChart 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxAxis
Desktop Add-On |
11.0.0.8 |
API | _jfxAxis(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Label, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxAxis 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxProgressBar
Desktop Add-On |
11.0.0.8 |
API | _jfxProgressBar(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxProgressBar in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | getProgress().toString() (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is
Example usage:
|
Assertions |
Example assertions:
|
_jfxTableView
Desktop Add-On |
11.0.0.8 |
API | _jfxTableView(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxTableView 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:
|
_jfxText
Desktop Add-On |
11.0.0.8 |
API | _jfxText(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Text, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxText 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
Example usage:
|
Assertions |
Example assertions:
|
_jfxScrollbar
Desktop Add-On |
11.0.0.8 |
API | _jfxScrollbar(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxScrollbar in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | getValue().toString() (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _setValue
Example usage:
|
Assertions |
Example assertions:
|
_jvCell
Desktop Add-On |
7.0.0 |
API | _jvCell(identifier [, relation1 [, relation2 ...]]) |
Identifiers |
Valid Accessors and alternatives: (Assume this is the 6th jvCell 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
Example usage:
|
Assertions |
Example assertions:
|
_jvJListItem
Desktop Add-On |
7.0.0 |
API | _jvJListItem(identifier [, relation1 [, relation2 ...]]) |
Identifiers |
Valid Accessors and alternatives: (Assume this is the 6th jvJListItem 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
Example usage:
|
Assertions |
Example assertions:
|
_jvJTreeItem
Desktop Add-On |
7.0.0 |
API | _jvJTreeItem(identifier [, relation1 [, relation2 ...]]) |
Identifiers |
Valid Accessors and alternatives: (Assume this is the 6th jvJTreeItem 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
Example usage:
|
Assertions |
Example assertions:
|
_jvDiamondIcon
Desktop Add-On |
8.0.0 |
API | _jvDiamondIcon(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Text, Label, Index
Valid Accessors and alternatives: (Assume this is the 6th jvDiamondIcon in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | getValue() (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _
Example usage:
|
Assertions |
Example assertions:
|
_jvCustomIcon
Desktop Add-On |
8.0.0 |
API | _jvCustomIcon(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Name, ToolTipText, Text, Label, Index
Valid Accessors and alternatives: (Assume this is the 6th jvCustomIcon in the UI)
|
Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
Value | toString() (this is the default attribute used in assertions etc.) |
Actions |
Default event recorded is _
Example usage:
|
Assertions |
Example assertions:
|
_jfxCell
Desktop Add-On |
11.0.0.8 |
API | _jfxCell(identifier [, relation1 [, relation2 ...]]) |
Identifiers | Id, AccessibleText, Text, Index
Valid Accessors and alternatives: (Assume this is the 6th jfxCell 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
Example usage:
|
Assertions |
Example assertions:
|