Unplanned
Last Updated: 29 Mar 2024 13:22 by Marek
Marek
Created on: 29 Mar 2024 13:22
Type: Feature Request
0
No step to directly change the value for WPF RadSlider control

There is no option in Test Studio recording capabilities to add a step which sets value for the WPF RadSlider control. It will be useful to have such similar to the WPF slider control. 

The workaround is to set this in a coded step like this:

// Accepts values from 0 to 1
Applications.SliderTestexe.MainWindow.Item0Radslider.Value = 0.25;

0 comments