Table Cell
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to click on a particular table cell.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
click | NA | (Optional) | NA |
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 click 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, the Press operation will be performed on the table cell, and the execution status “True”/ “False” will be stored in variable {press}.