cancel
Showing results for 
Search instead for 
Did you mean: 

Interacting with html sliders

ritesh_a_ramkhe
Level 4
Hi, Is there a way to interact with html sliders? I need to change the position of the sliders to give certain values but I am unsure of how to move the sliders across. Thanks.
4 REPLIES 4

SunHung1
Level 4
Having the same question. 
Trying to "Drag" the slider through a Navigation stage but there is no "Drag" action available.

------------------------------
Sun Hung
------------------------------

JerinJose
Level 10
Hi Ritesh,

Capture the slider element and see if there is a Value attribute. set the attribute type as dynamic and pass the value using an data item during run.

------------------------------
Jerin Jose
Technical Product Owner
EY
Asia/Kolkata
*"If you find this post helpful mark it as best answer, .*
------------------------------

Thanks Jerin. 

I have spied the slider but failed to find the "drag" action in the Navigate stage.
29344.png


29345.jpg


------------------------------
Sun Hung
------------------------------

Data type of the element is Number so there should be some value field in the attribute .make that attribute 'Dynamic from Equal' .then you can pass the value dynamically from the navigate stage.
Or if there is a text box next to the slider which display the value based on the slide value capture that element and write the value forcefully

------------------------------
Jerin Jose
Technical Product Owner
EY
Asia/Kolkata
*"If you find this post helpful mark it as best answer, .*
------------------------------