Good afternoon, there is a need to change the value of the slider (as I understand it, it is implemented using the Android SeekBar) using autotests. However, calling app.SetSliderValue ((q) => q.Class ("SeekBar"), (float) 0.5) throws an exception. The slider was added via XAML. Thanks in advance for your reply!