Hi,
I’m having difficulty in automating slider operation.
There are 2 slider, 1st for Hour & 2nd for minute, I want to set both value to 00:00 using slider. I tried using click & send hotkey(left key) activities in a do while loop using counter and it is working, but it is time consuming, because if time is 15:56, then the loop will run for 15 times for hour & 56 times for minute.
So is there any other way to do it faster.