sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26771
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
Status: Answered => Solved
snick3rs confirmed that the question is solved:
Hi RaiMan,
This solved the drag and drop issue on sites with flash content:
Settings.MoveMouseDelay = (float) 2.0;
s.dragDrop((Pattern)map.get("thumbnail.png"), (Pattern)map.get("placeholder.png")); // Works fine
s.wait((float) 2.0);
Thanks for your help :-)
Greetings,
Mat
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.