Tablecell

Keyword: CLICK

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}.

Keyword: DOUBLECLICK

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}.

Keyword: PRESS

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}.

Last updated