Comment 8 for bug 1664969

Revision history for this message
Nidhi Bhushan (nidhibhushan) wrote :

Well, I went after it for an hour or so and below code works for me!

click("source.png")
mouseDown(Button.LEFT)
mouseMove(4,4)
wait(1)
mouseMove("source.png")
wait(1)
mouseMove("destination.png")
wait(1)
mouseUp()