Is there any way to move the jQuery UI – Slider with CasperJS ?
I also found this github issue while searching for a possibility to just click on the left or right o
To move the slider works as follows:
casper.mouse.down(100,100); casper.mouse.move(200,200); casper.mouse.up(200,200);
with
casper.capture('test1.jpg');
called before and after the three mouse lines you should see the differene.