Table
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to fetch the value present in the specified cell of the table and save the results in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getCellValueIris | <Row>; <Column> | {variable} |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, it fetches the value present in the specified cell of the table and stores the result in variable {CellValue}.
Description: This keyword or action instructs Avo Assure Client to fetch the count of the total number of columns present in the table and save the results in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getColCountIris | NA | {variable} | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, it gives the count of the total number of columns present in the table and stores the result in variable {ColumnCount}.
Description: This keyword or action instructs Avo Assure Client to fetch the count of the total number of rows present in the table and save the results in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getRowCountIris | NA | {variable} | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, it gives the count of the total number of rows present in the table and stores the result in variable {RowCount}.
Description: This keyword or action instructs Avo Assure Client to enter text in an editable table cell of an IRIS object (scraped as a table).
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
setCellValueIris | <Row>; <Col>; <Text>; <option> (Optional) | (Optional) |
|
Find the snippet of the keyword below (without <option>):
Find the snippet of the keyword below (with <option>):
Note: When the value for optional variable \ is 1, this indicates that the scraped table object has cells of equidistant height. This format will be used when IRIS cannot verify table cell height correctly due to object cell pixilation.
In the above example, after the test case debug, {Output} variable will contain a boolean value depending on the status of action performed, that is, either “True/ False”.
Description: This keyword or action instructs Avo Assure Client to verify the text of a table cell of an IRIS object (scraped as a table).
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
verifyCellValueIris | <Row>; <Col>; <Text> | {Variable}; {Status} |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, {Output} variable will contain a boolean value depending on the status of action performed, that is, either “True/ False”.
Description: This keyword or action instructs ICE to click a specified table cell of an IRIS object (scraped as a table).
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
clickCellIris | <Row>; <Col>; <option> (Optional) | {Variable} |
|
Find the snippet of the keyword below (without <option>):
Find the snippet of the keyword below (with <option>):
Note: When the value for optional variable <option> is 1, this indicates that the scraped table object has cells of equidistant height. This format will be used when IRIS cannot verify table cell height correctly due to object cell pixilation.
In the above example, after the test case debug, {Output} variable will contain a boolean value depending on the status of action performed, that is, either “True/ False”.
Description: This keyword or action instructs Avo Assure Client to double-click a specified table cell of an IRIS object (scraped as a table).
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
doubleClickCellIris | <Row>; <Col>; <option> (Optional) | {Variable} |
|
Find the snippet of the keyword below (without <option>):
Find the snippet of the keyword below (with <option>):
Note: When the value for optional variable <option> is 1, this indicates that the scraped table object has cells of equidistant height. This format will be used when IRIS cannot verify table cell height correctly due to object cell pixilation.
In the above example, after the test case debug, {Output} variable will contain a boolean value depending on the status of action performed, that is, either “True/ False”.
Description: This keyword or action instructs Avo Assure Client to right-click a specified table cell of an IRIS object (scraped as a table).
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
rightClickCellIris | <Row>; <Col>; <option> (Optional) | {Variable} |
|
Find the snippet of the keyword below (without <option>):
Find the snippet of the keyword below (with <option>):
Note: When the value for optional variable <option> is 1, this indicates that the scraped table object has cells of equidistant height. This format will be used when IRIS cannot verify table cell height correctly due to object cell pixilation.
In the above example, after the test case debug, {Output} variable will contain a boolean value depending on the status of action performed, that is, either “True/ False”.
Description: This keyword or action instructs Avo Assure Client to mouse hover over a specified table cell of an IRIS object (scraped as a table).
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
mouseHoverCellIris | <Row>; <Col>; <option> (Optional) | {Variable} |
|
Find the snippet of the keyword below (without <option>):
Find the snippet of the keyword below (with <option>):
Note: When the value for optional variable <option> is 1, this indicates that the scraped table object has cells of equidistant height. This format will be used when IRIS cannot verify table cell height correctly due to object cell pixilation.
In the above example, after the test case debug, {Output} variable will contain a boolean value depending on the status of action performed, that is, either “True/ False”.