sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34040
Re: [Question #269927]: Setting one monitor for whole script in multi monitor
Question #269927 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269927
Status: Open => Answered
RaiMan proposed the following answer:
for the relevant docs for 1.1.0 start here:
http://sikulix.com
this is not yet documented, but should work:
# at beginning of script say
use(Screen(2))
click(someImage) # should be searched on Screen(2)
# as will happen with any Region methods, that are used undotted (not as
someRegion.function())
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.