← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #212238]: Drag and Drop auto-selecting X, y of each point while performing action

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
not really clear what you mean (already read through the docs, to get a
feeling about Sikuli?)

dragDrop(Location(x,y), Location(x1, y1))

will drag from (x,y) and drop at (x1,y1) using the predefined waiting
times (after click to drag and before final drop).

The above Locations can be evaluated before using the various other
features of Sikuli like finding images and manipulating regions on the
screen.

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