Element
Last updated
Last updated
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 {ClickElement}.
Description: This keyword or action instructs Avo Assure Client to perform a “drag” action on the objects specified in the input.
Find the snippet of the keyword below:
In the above example, after the test case debug, it performs the “drag” action on the object, and the execution status “True” / “False” will be stored in variable {drag}.
Description: This keyword or action instructs Avo Assure Client to perform a “drop” action on the objects specified in the input.
Find the snippet of the keyword below:
In the above example, after the test case debug, it performs the “drop” action on the object, and the execution status “True” / “False” will be stored in variable {drop}.
Description: This keyword or action instructs Avo Assure Client to fetch the text of the element 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 {GetElmntTxt}, and the execution status “True” / “False” will be stored in variable {Status}.
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 {VerifyElmntTxt}.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
clickElement
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
drag
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
drop
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
getElementText
NA
{Variable}; {Status}
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
verifyElementText
NA
{Variable}; {Status}
NA