ActivateUnverifiedTextNode |
|
Action to (almost) blindly activate (double-click) a text node. | |||||
CaptureTreeDataToFile |
|
Copy the current contents of a tree[branch] to a file. | |||||
CheckTextNode |
|
Checks a node's state icon (checkbox) according to its associated text value. | |||||
ClickPartial |
|
Action to click a node according to a partial match of its text value. | |||||
ClickTextNode |
|
Action to click a node according to its text value. | |||||
ClickUnverifiedTextNode |
|
Action to (almost) blindly click a text node. | |||||
Collapse |
|
Action to collapse a node according to its text value. | |||||
CollapsePartial |
|
Action to collapse a node according to a partial match of its text value. | |||||
CollapsePartialTextNode |
|
Action to collapse a node according to a partial match of its text value. | |||||
CollapseTextNode |
|
Action to collapse a node according to its text value. Use Collapse instead. | |||||
CollapseUnverifiedTextNode |
|
Action to blindly collapse a node according to its text value. | |||||
CtrlClickUnverifiedTextNode |
|
Action to blindly CTRL-click a node according to its text value. Currently, this component function is for JavaTrees only. | |||||
DoubleClickPartial |
|
Action to double click a node according to a partial match of its text value. | |||||
DoubleClickTextNode |
|
Action to double click a node according to its text value. | |||||
DoubleClickUnverifiedTextNode |
|
Action to (almost) blindly activate (double-click) a text node. | |||||
Expand |
|
Action to expand a node according to its text value. | |||||
ExpandPartial |
|
Action to expand a node according to a partial match of text value. | |||||
ExpandPartialTextNode |
|
Action to expand a node according to a partial match of text value. | |||||
ExpandTextNode |
|
Action to expand a node according to its text value. Use Expand instead. | |||||
ExpandUnverifiedTextNode |
|
Action to blindly expand a node according to its text value. | |||||
PartialMatchTreeDataToFile |
|
Copy the current contents of a tree[branch] to a file according to a partial match of itss text value. | |||||
RightClickPartial |
|
Action to right click a node according to a partial match of its text value. | |||||
RightClickTextNode |
|
Action to right click a node according to its text value. | |||||
RightClickUnverifiedTextNode |
|
Action to (almost) blindly right-click a text node. | |||||
Select |
|
Action to select a node according to its text value. | |||||
SelectAnotherPartialTextNode |
|
Action to select a node according to a partial match of its text value, in addition to any nodes already selected. Performs selection as if CTRL key were held down during selection. | |||||
SelectAnotherTextNode |
|
Action to select a node according to its text value, in addition to any nodes already selected. | |||||
SelectAnotherUnverifiedTextNode |
|
Action to blindly select a node according to its text value, in addition to any nodes already selected. | |||||
SelectPartial |
|
Action to select a node according to a partial match of its text value. | |||||
SelectPartialTextNode |
|
Action to select a node according to a partial match of its text value. Performs selection as if CTRL key were held down during selection. | |||||
SelectPartialTextNodeSpecial |
|
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click. The Selection is made according to a partial match of its text value. | |||||
SelectStateIcon |
|
Deprecated For:CheckTextNode | |||||
SelectTextNode |
|
Action to select a node according to its text value. | |||||
SelectTextNodeSpecial |
|
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click. | |||||
SelectUnverifiedTextNode |
|
Action to (almost) blindly click a text node. | |||||
SelectUnverifiedTextNodeRightClick |
|
Deprecated For:RightClickUnverifiedTextNode | |||||
SetTreeContainsNode |
|
Sets a user-defined variable with the result of whether a tree contains the provided node. | |||||
SetTreeContainsPartialMatch |
|
Sets a user-defined variable with the result of whether a tree contains the provided node according to a partial match of the node's text value. | |||||
ShiftClickUnverifiedTextNode |
|
Action to blindly SHIFT-click a node according to its text value. Currently, this component function is for JavaTrees only. | |||||
UnCheckTextNode |
|
UnChecks a node's state icon (checkbox) according to its associated text value. | |||||
VerifyNodeUnselected |
|
Action to verify a particular text node is NOT selected. | |||||
VerifySelectedNode |
|
Action to verify a particular text node is selected. | |||||
VerifyStateIcon |
|
Deprecated For:VerifyTextNodeChecked | |||||
VerifyStateIconUnselected |
|
Deprecated For:VerifyTextNodeUnChecked | |||||
VerifyTextNodeChecked |
|
Action to verify a particular state icon is selected. | |||||
VerifyTextNodeUnChecked |
|
Action to verify a particular state icon is NOT checked. | |||||
VerifyTreeContainsNode |
|
Verify that a tree contains the provided node. | |||||
VerifyTreeContainsPartialMatch |
|
Verify that a tree contains the provided node according to a partial match of the node's text value. |
RC | RJ |
It should be noted that a click requires the full
hierarchical path to the node to be selected. Parent
child branches are delimited with '->' as in:
Parent->branch->leaf
We have also made it possible to attempt to select the Nth duplicate item with the optional MatchIndex parameter for those trees which we can properly process.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
The search of the path to the node is expected to be a case-sensitive exact match of each node. Use 'PartialMatchTreeDataToFile' if you wish to specify case-insensitive substring matches for tree nodes.
By default, the files will be stored in the active "Test" directory. If you specify a relative path, the path will be relative to the project directory. The directory for a full or relative path must already exist.RC |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
We have also made it possible to attempt to select the Nth duplicate item with the optional MatchIndex parameter for those trees which we can properly process. Only the final node provided in the TextValue hierarchy is evaluated for duplicity. Intermediate nodes are always found on a "first match" basis.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
It should be noted that a click requires the full
hierarchical path to the node to be selected. Parent
child branches are delimited with '->' as in:
Parent->branch->leaf
We have also made it possible to attempt to select the Nth duplicate item with the optional MatchIndex parameter for those trees which we can properly process.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
We have also made it possible to attempt to select the Nth duplicate item with the optional MatchIndex parameter for those trees which we can properly process. Only the final node provided in the TextValue hierarchy is evaluated for duplicity. Intermediate nodes are always found on a "first match" basis.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ |
RC | RJ | WR | TC |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | SE2 |
RJ | SE2 |
RC | RJ | TC | SE2 |
We have also made it possible to attempt to select the Nth duplicate item with the optional MatchIndex parameter for those trees which we can properly process. Only the final node provided in the TextValue hierarchy is evaluated for duplicity. Intermediate nodes are always found on a "first match" basis.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
It should be noted that a click requires the full
hierarchical path to the node to be selected. Parent
child branches are delimited with '->' as in:
Parent->branch->leaf
We have also made it possible to attempt to select the Nth duplicate item with the optional MatchIndex parameter for those trees which we can properly process.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
We have also made it possible to attempt to select the Nth duplicate item with the optional MatchIndex parameter for those trees which we can properly process. Only the final node provided in the TextValue is evaluated for duplicity. Intermediate nodes are always found on a "first match" basis.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ |
RC | RJ | WR | TC |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | SE2 |
RC | RJ |
The search of the path to the node is a case-insensitive substring match of each node. Use 'CaptureTreeDataToFile' if you wish to specify case-sensitive exact matches for tree nodes.
By default, the files will be stored in the active "Test" directory. If you specify a relative path, the path will be relative to the project directory. The directory for a full or relative path must already exist.RC | RJ | TC | SE2 |
We have also made it possible to attempt to select the Nth duplicate item with the optional MatchIndex parameter for those trees which we can properly process. Only the final node provided in the TextValue hierarchy is evaluated for duplicity. Intermediate nodes are always found on a "first match" basis.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
We have also made it possible to attempt to select the Nth duplicate item with the optional MatchIndex parameter for those trees which we can properly process.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
It should be noted that a click requires the full
hierarchical path to the node to be selected. Parent
child branches are delimited with '->' as in:
Parent->branch->leaf
We have also made it possible to attempt to select the Nth duplicate item with the optional MatchIndex parameter for those trees which we can properly process.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ |
RC | RJ |
RC | RJ |
RC | RJ | TC | SE2 |
We have also made it possible to attempt to select the Nth duplicate item with the optional MatchIndex parameter for those trees which we can properly process. Only the final node provided in the TextValue hierarchy is evaluated for duplicity. Intermediate nodes are always found on a "first match" basis.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC |
TC |
This keyword can be used to select multiple items.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | WR | TC |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
TC |
This keyword can be used to select multiple items.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
It should be noted that a click requires the full
hierarchical path to the node to be selected. Parent
child branches are delimited with '->' as in:
Parent->branch->leaf
We have also made it possible to attempt to select the Nth duplicate item with the optional MatchIndex parameter for those trees which we can properly process.
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | TC |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
The search of the path to the node is expected to be a case-sensitive exact match of each node. Use 'SetTreeContainsPartialMatch' if you wish to specify case-insensitive substring matches for tree nodes.
RC | RJ | SE2 |
The search of the path to the node is expected to be a case-insensitive substring match of each node. Use 'SetTreeContainsNode' if you wish to specify case-sensitive substring matches for tree nodes.
RJ | SE2 |
RC |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | WR | TC | SE2 |
RC | RJ | WR | TC | SE2 |
RC |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC |
The value of the parameter can have 2 forms:
If the field parameter data does not match one of these two forms then the data is ignored and the default(first match) is used.
RC | RJ | TC | SE2 |
The search of the path to the node is expected to be a case-sensitive exact match of each node. Use 'VerifyTreeContainsPartialMatch' if you wish to specify case-insensitive substring matches for tree nodes.
RC | RJ | TC | SE2 |
The search of the path to the node is expected to be a case-insensitive substring match of each node. Use 'VerifyTreeContainsNode' if you wish to specify case-sensitive substring matches for tree nodes.