Testing JQuery UI 1.11 Draggables with Selenium (Worked in 1.10)
I have a Draggable where I successfully wrote Selenium tests on JQuery UI 1.10.4 via the clickAndHold and then move commands in Selenium Actions. (These simulate a mousedown and then a move). These same commands don't work when upgrading the application to JQuery UI 1.11, however. Does anyone know how the events for draggables changed in 1.11, and how one might emulate them with Selenium?
For a bit more info, this particular Draggable has helper: "clone" on it, so it may be an issue with the helper.