Seek Bar
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to set the seek bar pointer to the maximum value of it in the AUT.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetMaxValue | NA | (Optional) | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the seek bar pointer will be set to its max value, 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 set the seek bar pointer to the mid-level value of it in the AUT.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetMidValue | NA | (Optional) | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the seek bar pointer will be set to its mid-level value, 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 set the seek bar pointer to the minimum value of it in the AUT.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetMinValue | NA | (Optional) | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the seek bar pointer will be set to its minimum value, 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 set the seek bar pointer to the user-specified value in the AUT.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetValue | <Value> | (Optional) |
|
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the seek bar pointer will be set to the specified value, and the execution status “True”/ “False” will be stored in the output variable (if specified).