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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to