← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #172804]: RC3 drag and drop sliders function not working

 

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

RaiMan posted a new comment:
@ Zeljko

--- incorrect usage
dragDrop(t, [t.x + 100, t.y + 100])

the first parameter is a Match object, which is ok. the second prameter
must be of type PSMRL too (see docs: Pattern/Image, String, Match,
Region or Location)

-- correct:
dragDrop(t, Location(t.x + 100, t.y + 100))

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