Button
Last updated
Last updated
Description: This keyword or action instructs ICE to fetch the name present on the button.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetButtonName
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 button name and store it in variable {GetButtonName} and the execution status “True”/ “False” will be stored in variable {Status1}.
Description: This keyword or action instructs ICE to perform long press on the visible button.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
LongPress
NA
(Optional)
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, LongPress operation will be performed on the button and the execution status “True”/ “False” will be stored in variable {LongPress}.
Description: This keyword or action instructs ICE to perform click on the visible button.
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, Press operation will be performed on the button and the execution status “True”/ “False” will be stored in variable {Press}.
Description: This keyword or action instructs ICE to verify the name present on the button.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyButtonName
<Button_Name>
(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 button name and the execution status “True”/ “False” will be stored in variable {VerifyButtonName}.
Description: This keyword or action instructs ICE to perform click on the button.
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 button and the execution status “True”/ “False” will be stored in the provided output variable.