Tree
Last updated
Last updated
Description: This keyword or action instructs ICE to fetch the name of the node based on the index provided in the input.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetNodeNameByIndex
<Path (separated by ;)>
{Variable}
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example, after the test case debug, the node name will be fetched based on the index provided in the input and stored in the variable {NodeName}.
Description: This keyword or action instructs ICE to select the specified tree node.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
selectTreeNode
<Path>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example, after the test case debug, the specified tree node will be selected and the execution status “True”/ “False” will be stored in variable {result}.