We are using the jQuery UI slider widget in our web application and we want to automate testing of the UI with selenium IDE. We can't find a way to move the slider with selenium's commands. Can it be done?
You can use the dragAndDrop command to move the slider. The following worked for me:
dragAndDrop | css=.ui-slider-handle | +100,0
This moves the slider 100 pixels to the right of its current position.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With