Element

Keyword: CLICKELEMENT

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

Find the snippet of the keyword below:

In the above example, after the test case debug, the Click operation will be performed on the element, and the execution status “True”/ “False” will be stored in variable {Click}.

Keyword: GETELEMENTTEXT

Description: This keyword or action instructs Avo Assure Client to fetch the element's text and save the result in the output variable.

Find the snippet of the keyword below:

In the above example, after the test case debug, the operation will fetch the element text and store it in variable {GetElementText}, and the execution status “True”/ “False” will be stored in variable {Get}.

Keyword: VERIFYELEMENTTEXT

Description: This keyword or action instructs Avo Assure Client to verify if the element text is the same as that given in the input.

Find the snippet of the keyword below:

In the above example, after the test case debug, the operation will verify the input text, and the execution status “Fail”/ “Pass” will be stored in variable {VerifyElementText}.

Keyword: VERIFYELEMENTEXISTS

Description: This keyword or action instructs Avo Assure Client to check the element's availability.

Find the snippet of the keyword below:

In the above example, after the test case debug, the operation will verify the availability of the element, and the execution status “True”/ “False” will be stored in variable {VerifyElementExists}.

Keyword: VERIFYELEMENTDOESNOTEXISTS

Description: This keyword or action instructs Avo Assure Client to check the non-availability of the element.

Find the snippet of the keyword below:

In the above example, after the test case debug, the operation will verify the non-availability of the element, and the execution status “True”/ “False” will be stored in variable {VerifyElementDoesNotExists}.

Last updated