Picker
Last updated
Last updated
Description: This keyword or action instructs the tool to set the value specified by the user in the picker.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetValue | <Input Text> | (Optional) |
|
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the value is set on the picker, and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs the tool to get the value specified by the user in the picker.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetValue | NA | {Variable}; {Status} | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the tool gets the value from the picker and stores it in the variable {Value}. The execution status “True”/ “False” will be stored in the second output variable (if specified).
Description: This keyword or action instructs Avo Assure Client to recreate a user swipe vertically towards the bottom.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SwipeDown | NA | (Optional) | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, a swipe-down operation will be performed, and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs Avo Assure Client to recreate a user swipe horizontally towards the left.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SwipeLeft | NA | (Optional) | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the swipe left operation will be performed, and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs Avo Assure Client to recreate a user swipe horizontally towards the right.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SwipeRight | NA | (Optional) | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, swipe right operation will be performed, and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs Avo Assure Client to recreate a user swipe vertically towards the top.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SwipeUp | NA | (Optional) | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, a swipe-up operation will be performed, and the execution status “True”/ “False” will be stored in the output variable (if specified).