I have a page that makes use of jQuery Drag & Drop, and I would like to build a relatively robust test suite for this process using Selenium.
Looking into Seleni
This works for me...
mouseDownAt //div[@id="block-set-col-1"]/ul/li 80,20 mouseMoveAt //div[@id="block-set-col-0"]/ul 50,10 mouseOver //div[@id="block-set-col-0"]/ul 50,10 pause 2000 mouseUpAt //div[@id="block-set-col-0"]/ul 50,10