Button
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client 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 Avo Assure Client to perform a 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 Avo Assure Client to 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, the 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 Avo Assure Client to verify the name present on the button.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
VerifyButtonName | <Button_Name> | (Optional) |
|
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 Avo Assure Client 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:
After the test case debug for the above keyword, a Click operation will be performed on the button. The execution status “True”/ “False” will be stored in the provided output variable.