Table

Keyword: GETCELLVALUEIRIS

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}

  • Text

  • Static Values

  • Dynamic Variables

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

Keyword: GETCOLCOUNTIRIS

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

Keyword: GETROWCOUNTIRIS

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

Keyword: SETCELLVALUEIRIS

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)

  • Text

  • Static values

  • Dynamic variables

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

Keyword: VERIFYCELLVALUEIRIS

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}

  • Text

  • Static values

  • Dynamic variables

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

Keyword: CLICKCELLIRIS

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}

  • Text

  • Static values

  • Dynamic variables

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

Keyword: DOUBLECLICKCELLIRIS

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}

  • Text

  • Static values

  • Dynamic variables

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

Keyword: RIGHTCLICKCELLIRIS

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}

  • Text

  • Static values

  • Dynamic variables

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

Keyword: MOUSEHOVERCELLIRIS

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}

  • Text

  • Static values

  • Dynamic variables

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

Last updated