How to drag a slider in a without hotkeys

I am able to do perfectly with hotkeys. any other options?

Below is the trick you can use.

  1. Use a mouse click event to click the slide bar and change the “Click Type” property to “Click_Down”. Basically what this does is hold the left mouse button on the element.
  2. Use a type into activity to send Right/Left arrows as required(you can use a loop with counter if its dynamic).

Have attached a workflow for reference. which does this activity on W3-schools example web page and using Chrome. Main.xaml (7.4 KB)

3 Likes