Tablecell
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to click on a particular table cell.
Note: The “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, the 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 Avo Assure Client to perform a double click operation on a particular table cell.
Find the snippet of the keyword below:
In the above example, after the test case debug, the 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 Avo Assure Client to click on a particular table cell.
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, the Press operation will be performed on the table cell, and the execution status “True”/ “False” will be stored in variable {press}.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
doubleClick
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
press
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
click
NA
(Optional)
NA