Button
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to click the specified button.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
Click | NA | (Optional) | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, the click operation will be performed on the button, and the execution status “True”/ “False” will be stored in the variable {Click}.
Description: This keyword or action instructs Avo Assure Client to double-click the specified button.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
DoubleClick | NA | (Optional) | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, a double click action will be performed on the button, and the execution status “True”/ “False” will be stored in the variable {DoubleClick}.
Description: This keyword or action instructs Avo Assure Client to fetch the button name and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetButtonName | NA | {Variable}; {Status} | NA |
Find the snippet of the keyword below:
In the above example, 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 {Status}.
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 | <Input Text> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, 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 get the status of the button.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetStatus | NA | {Variable}; {Status} | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, the operation will fetch the button status and store it in variable {ButtonStatus}, and the execution status “True”/ “False” will be stored in variable {Status}.