Image

Keyword: CLICK

Description: This keyword or action instructs Avo Assure Client to click on the image.

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 image, and the execution status “True”/ “False” will be stored in variable {img_Click}.

Keyword: PRESS

Description: This keyword or action instructs Avo Assure Client to perform a click operation on a particular image.

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, a Press operation will be performed on the image, and the execution status “True”/ “False” will be stored in variable {img_press}.

Keyword: IMAGESIMILARITYPERCENTAGE

Description: This keyword or action instructs Avo Assure Client to compare and return the similarity percentage between a particular scraped image and the image whose path is specified in the input field.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

imageSimilarityPercentage

<Image file_path>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Note: Supported image formats are “.png”, “.jpeg”, “.jpg”, and “.gif”.

Find the snippet of the keyword below:

In the above example, after the test case debug, the image “andyLogo.png” will be compared with the scraped image. In the {result} variable, the similarity percentage of the images compared will be returned.

Keyword: VERIFYWEBIMAGES

Description: This keyword or action instructs Avo Assure Client to compare the image on the web page against the image at the path specified in the input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

verifyWebImages

<Image path>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Note: Supported image formats are “.png”, “.jpeg”, “.jpg”, and “.gif”.

Find the snippet of the keyword below:

In the above example, after the test case debug, it compares the image on the web page against the image present at the path, and the execution status “True”/ “False” will be stored in variable {Img_verifywebImg}.

Last updated