Tablecell
Last updated
Last updated
Description: This keyword or action instructs ICE to perform click operation on a particular table cell.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
click
NA
(Optional)
NA
Note: “Press” keyword can be used as an alternative to click.
Find the snippet of the keyword below:
In the above example, after the test case debug, Click operation will be performed on the table cell and the execution status “True”/ “False” will be stored in variable {click}.
Description: This keyword or action instructs ICE to perform double click operation on a particular table cell.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
doubleClick
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, DoubleClick operation will be performed on the table cell and the execution status “True”/ “False” will be stored in variable {doubleClick}.
Description: This keyword or action instructs ICE to perform click operation on a particular table cell.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
press
NA
(Optional)
NA
Note: This keyword is useful where mouse down press operation is involved.
Find the snippet of the keyword below:
In the above example, after the test case debug, Press operation will be performed on the table cell and the execution status “True”/ “False” will be stored in variable {press}.