Slider
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to fetch the value specified by the user in the slider.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetSlideValue | NA | {Variable}; {Status} | NA |
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the tool gets the slide value from the slider 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 set the value specified by the user in the slider.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetSlidevalue | <Input Value> | (Optional) |
|
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the user-specified value is set as the slide value on the slider, and the execution status “True”/ “False” will be stored in the output variable (if specified).