Container Operations
Last updated
Last updated
Description: This keyword or action instructs ICE to perform cell click on the row and column.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
ClickOnCell
<Row>; <Column>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will click the cell present in second row and third column in the container and execution status “True”/ “False” will be stored in variable {CellClick}.
Description: This keyword or action instructs ICE to double click on the specified cell.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
DoubleClickOnCell
<Row>; <Column>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will double click the cell present in first row and fifth column in the container and execution status “True”/ “False” will be stored in variable {DoubleClick}.
Description: This keyword or action instructs ICE to fetch the text present in the specified cell and save the result in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetTextOfCell
<Row>; <Column>
{Variable}; {Status}
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will fetch cell text present in third row and fifth column and stores the result in {GetText} variable. If output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to verify if the text present in the textbox is the same as that provided in the input field.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyTextOfCell
<Row>; <Column>; <Text>; <Selective (Optional)>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will verify the text present in the specified cell with the given input. If output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to fetch the cell type.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetTypeOfCell
<Row>; <Column>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will fetch the type of the cell present in third row and fifth column of the container and store it in {CellType}. If output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to perform right click on the specified cell.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
RightClickOnCell
<Row>; <Column>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will perform right click on the cell present in the second row and first column. If output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to set focus on the specified cell.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SetCellFocus
<Row>; <Column>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will set focus on the cell present in the second row and second column. If output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to fetch the cell type.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetColCountOfContainer
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will fetch the count of columns in the container “/1/2_scontainer” and store it in {ColCount}. If output variable is provided for execution status “True” / “False” will be stored in it.
Description: This keyword or action instructs ICE to fetch the cell type.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetRowCountOfContainer
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will fetch the row of columns in the container “/1/2_scontainer” and store it in {RowCount}. If output variable is provided for execution status “True”/ “False” will be stored in it.