Table

Keyword: GETCELLVALUEIRIS

Description: This keyword or action instructs ICE to fetch the value present in the specified cell of the table and save the results in the output 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}.

Keyword: GETCOLCOUNTIRIS

Description: This keyword or action instructs ICE to fetch the count of the total number of columns present in the table and save the results in the output variable.

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 ICE to fetch the count of the total number of rows present in the table and save the results in the output variable.

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 ICE to enter text in an editable table cell of an IRIS object (scraped as table).

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 is to be used when IRIS is unable to 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 ICE to verify the text of a table cell of an IRIS object (scraped as table).

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 table).

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 is to be used when IRIS is unable to 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 ICE to double click a specified table cell of an IRIS object (scraped as table).

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 is to be used when IRIS is unable to 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 ICE to right click a specified table cell of an IRIS object (scraped as table).

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 is to be used when IRIS is unable to 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 ICE to mouse hover over a specified table cell of an IRIS object (scraped as table).

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 is to be used when IRIS is unable to 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