Element Operations
Last updated
Last updated
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, Avo Assure Client will fetch the element “Element1” text and store the result in {ElementText} variable. If an output variable is provided for execution, the status “True”/ “False” will be stored.
Description: This keyword or action instructs Avo Assure Client to verify if the element text is the same as that given in the input column.
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will verify the element “Element1” text with the value provided in the input field. If an output variable is provided for execution, the status “True”/ “False” will be stored.
Description: This keyword or action instructs Avo Assure Client to fetch the icon's name.
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will fetch the icon's name and store it in {IconName}. If an output variable is provided for execution, the status “True”/ “False” will be stored.
Description: This keyword or action instructs Avo Assure Client to verify if the icon name is the same as that provided in the input field.
Find the snippet of the keyword below:
In the above example, after the test case debugging, Avo Assure Client will verify the icon name specified object with the given input. If an output variable is provided for execution, the status “True”/ “False” will be stored.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyElementText
<Element_Text>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetIconName
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyIconName
<Icon Name>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetElementText
NA
{Variable}; {Status}
NA