← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #669171]: Cannot capture other screen, shoud this be bug report?

 

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

RaiMan posted a new comment:
--- had to look hard ;(
Ok, understood and agreed.

The problem is, that the standard usage of SikuliX in the IDE using
Python language has the convenience feature, that undotted function
usage automatically are run against the standard Screen(), which
normally is the primary monitor.

Without this convenience feature you would have to say:
scr = Screen(0)
scr.click(someImage)

I will add some notes to the docs for people who are not aware of the
object oriented programming scenario.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.