Image
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to click on the image.
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}.
Description: This keyword or action instructs Avo Assure Client to perform a click operation on a particular image.
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}.
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.
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.
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.
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}.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
press
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
imageSimilarityPercentage
<Image file_path>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
verifyWebImages
<Image path>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
click
NA
(Optional)
NA