[Sikuli-driver] [Question #704278]: Sikulix Screen parallel testing

2023-01-03 Thread Ana Vukovic
New question #704278 on SikuliX: https://answers.launchpad.net/sikuli/+question/704278 Hi, I am usin sikulix on Mac version 2.0.6 and when I run one test, it is doing fine, but when I run in parallel, images are not recognized or clicked, but with no error. I tried with class ThreadLocal, but r

Re: [Sikuli-driver] [Question #704189]: NameError: name 'use' is not defined

2023-01-03 Thread Ryan K
Question #704189 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704189 Ryan K gave more information on the question: I am still having problems. Can someone assist please? -- You received this question notification because your team Sikuli Drivers is an answer contact for Si

Re: [Sikuli-driver] [Question #704189]: NameError: name 'use' is not defined

2023-01-03 Thread RaiMan
Question #704189 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704189 Status: Open => Answered RaiMan proposed the following answer: --- your code from sikuli import * import Ryancode print("ryan") tmpRegion = tmpRegion.highlight(2) syntactically correct would be: find(

Re: [Sikuli-driver] [Question #704278]: Sikulix Screen parallel testing

2023-01-03 Thread RaiMan
Question #704278 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704278 Status: Open => Answered RaiMan proposed the following answer: Generally with SikuliX running SikuliX features in parallel does not make sense, because screen, mouse and keyboard are singele-use resourc

Re: [Sikuli-driver] [Question #704278]: Sikulix Screen parallel testing

2023-01-03 Thread RaiMan
Question #704278 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704278 RaiMan proposed the following answer: .. and have a look at the observe feature, which has some built in single-use support with respect to the same Region object. -- You received this question notificatio

Re: [Sikuli-driver] [Question #704278]: Sikulix Screen parallel testing

2023-01-03 Thread Ana Vukovic
Question #704278 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704278 Status: Answered => Open Ana Vukovic is still having a problem: Thank you, I will have a look, but I use a lot clicking on image in tests, so I think I can't use that for parallel testing on one machine

Re: [Sikuli-driver] [Question #704189]: NameError: name 'use' is not defined

2023-01-03 Thread Ryan K
Question #704189 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/704189 Status: Answered => Open Ryan K is still having a problem: Thanks for responding RaiMan. Switching gears... I talked with my SME. I am currently running all my code within Eclipse, Below is my code: