sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #59193
[Question #708624]: Sikuli guide in a multi-monitor environment
New question #708624 on SikuliX:
https://answers.launchpad.net/sikuli/+question/708624
Hello,
I can click on an element on my third screen but I can not use the text function in my third screen. Is there a code that could achieve that please ?
you will find below my code based on sikuilxapi
>>> sc1=Screen(0) => OK
>>> sc2=Screen(1) => OK
>>> sc3=Screen(2) => OK
>>> res=sc3.find("button") => OK
>>> myText=text(res,"fdsfsfd2") => OK
>>> click(res) => OK
[log] CLICK on L[2506,190]@S(2) (539 msec)
>>> show(5) => KO but ok if res is in the main screen by using sc1
u'timeout'
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.