Other Components
Last updated
Last updated
Description: This keyword or action instructs ICE to fetch the text of the element and save the result in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetText
NA
{Variable}; {Status}
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the operation will fetch the element text. The execution status “True”/ “False” will be stored in the second output variable (if specified).
Description: This keyword or action instructs ICE to perform double click operation on the element.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
LongPress
<Timeout (Optional)>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
For the above keyword, after the test case debug, a long-press operation will be performed on the element and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs ICE to click on the element.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
Press
NA
(Optional)
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, a Press operation will be performed on the element, and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs ICE to verify if the element text present is the same as that present in the input field.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyText
<Input Text>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the operation will verify the input text and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs ICE to click on the element.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
Click
NA
(Optional)
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, Click operation will be performed on the element and the execution status “True”/ “False” will be stored in the output variable (if specified).