← 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

RaiMan proposed the following answer:
ok this should work with 1.0.1:

r = Region(136,229,500,373) # the demo area
r.find("1403884864942.png") # the small Adobe logo
r.highlight(1)
m = r.highlight(-1) # the matched logo
m1 = m.rightAt(100)
click(m) # this does the trick
mouseDown(Button.LEFT)
wait(0.5)
mouseMove(m1)
mouseUp()
wait(3) # to see something

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