← 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:
On the Adobe page with the mentioned example:

this works in the IDE (1.1.0-Beta3 :-):
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(Mouse.at().offset(10,0)) # not avail earlier, use Env.getMouseLocation()
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.