Hi all,
i am testing a website using Selenium. The Selenium drag n drop function does not work properly (that is a known bug).
Now I want to simulate a drag n drop action by firing the different mouse events on the right element. Could anyone help me with that? I tried the procedure belong, but is does not work either.
mouseDown at the draggable
mouseMove at the draggable
sleep for 1 second
mouseMove at the droppable
sleep for 1 second
mouseUp at the droppable
mouseUp at the draggable