Comment on page
Range Seek Bar
Description: This keyword or action instructs ICE to fetch the maximum value of the range seek bar in the AUT.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetMaxValue | NA | {Variable}; {Status} | NA |
Find the snippet of the keyword below:

For the above keyword, after the test case debug, the maximum value of the range seek bar will be fetched and stored in the first output variable {MaxVal}. The execution status “True”/ “False” will be stored in the second output variable (if specified).
Description: This keyword or action instructs ICE to fetch the minimum value of the seek bar in the AUT.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetMinValue | NA | {Variable}; {Status} | NA |
Find the snippet of the keyword below:

For the above keyword, after the test case debug, the minimum value of the range seek bar will be fetched and stored in the first output variable {MinVal}. The execution status “True”/ “False” will be stored in the second output variable (if specified).
Description: This keyword or action instructs ICE to set the range of the seek bar pointers to the user-specified values of it in the AUT.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetRangeValue | <Value1>; <Value2> | (Optional) |
|
Find the snippet of the keyword below:

For the above keyword, after the test case debug, the range seek bar pointers will be set to the specified range and the execution status “True”/ “False” will be stored in the output variable (if specified).
Last modified 7mo ago