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.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetElementText | NA | {Variable}; {Status} | NA |
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.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
VerifyElementText | <Element_Text> | (Optional) |
|
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.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetIconName | NA | (Optional) | NA |
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.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
VerifyIconName | <Icon Name> | (Optional) |
|
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.