Picker
Last updated
Last updated
Description: This keyword or action instructs the tool to set the value specified by the user in the picker.
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.
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.
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.
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.
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.
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).
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetValue
NA
{Variable}; {Status}
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SwipeDown
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SwipeLeft
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SwipeRight
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SwipeUp
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SetValue
<Input Text>
(Optional)
Text
Static Values
Dynamic Variables