Element Operations
Last updated
Last updated
Description: This keyword or action instructs ICE to fetch the text of the element and save 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, ICE will fetch the text of the element “Element1” and store the result in {ElementText} variable. If output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE 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)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will verify the text of the element “Element1” with the value provided in input field. If output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE to fetch the name of the icon.
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, ICE will fetch the name of the icon and store it in {IconName}. If output variable is provided for execution status “True”/ “False” will be stored in it.
Description: This keyword or action instructs ICE 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)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example after the test case debug, ICE will verify the icon name specified object with the given input. If output variable is provided for execution status “True”/ “False” will be stored in it.