sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52340
Re: [Question #683031]: How do I use it for drag and drop both as offset relative and also absolute positioning.
Question #683031 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/683031
Status: Open => Answered
RaiMan proposed the following answer:
--- absolute
- use the button in IDE to create a Location
--- relative
- use someLocation.offset(x, y)
or in IDE create an Offset with the button and use it as
someLocation.offset(generatedOffset)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.