← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #250815]: [1.0.1] WebApp with Flash content: Drag and drop not working with java

 

Question #250815 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/250815

snick3rs posted a new comment:
I have set up Settings.setShowActions(true); to see where the mouse is
going to click/drag. As i mentioned, the mouse movement is correct, but
the dragDrop-command does not drag the picture into the placeholder.

Drag and Drop works fine with a desktop application written in flex, but
not on websites with flash content. I have tried a couple sites with
flash content and with the possibility to drag and drop. On all the
sites, the picture was not dragged. So it seems to be a general problem
with Sikuli and websites with flash content.

I used Eclipse with Java and also the Sikuli IDE. Both do not work. I
used 3 different browsers. All the same...

I used s.dragDrop(thumbnail, placeholder); and s.drag(thumbnail); with
s.dropAt(placeholder); and s.mouseDown(Button.LEFT); with
s.mouseMove(placeholder);. None worked out for me.

Kind regards,
Mat

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.