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 seleniu
If you have several sliders, the command to move one of them is css=#id .ui-slider-handle
Thanks to Dave for the answer!