sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #47943
Re: [Question #671393]: Sikuli multi monitor issue
Question #671393 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/671393
Status: Open => Answered
RaiMan proposed the following answer:
Capture should allow you to grab an image from any of your monitors.
This should work in all cases (but may be slow and memory problematic)
in the IDE.
dragStart = ALL.find(dragStartImage)
dragEnd = ALL.find(dragEndImage)
dragDrop(dragStart, dragEnd)
ALL is a predefined constant (like SCREEN) that represents a union
region of all monitors.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.