Re: [Sikuli-driver] [Question #692677]: run sikuli on remote desktop without active session

2020-08-31 Thread RaiMan
Question #692677 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692677 Status: Open => Answered RaiMan proposed the following answer: no SikuliX solution. SikuliX features need access to an active screen, where the stuff is displayed, that you want to deal with and/or act

Re: [Sikuli-driver] [Question #692678]: Add "import * from sikuli" to the beginning of the script

2020-08-31 Thread RaiMan
Question #692678 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692678 Status: Open => Answered RaiMan proposed the following answer: it must be: from sikuli import * ... and is only needed in scripts that are imported by other scripts and use SikuliX features -- You re

[Sikuli-driver] [Question #692678]: Add "import * from sikuli" to the beginning of the script

2020-08-31 Thread Kinga Wierchomska
New question #692678 on Sikuli: https://answers.launchpad.net/sikuli/+question/692678 Can I add this one line "import * from sikuli" to the beginning of the script when code is being compiled, so I do not have to write it every time in the script? -- You received this question notification bec

[Sikuli-driver] [Question #692677]: run sikuli on remote desktop without active session

2020-08-31 Thread Greg Thomp
New question #692677 on Sikuli: https://answers.launchpad.net/sikuli/+question/692677 Hi everyone. I have a situation in which I try to run my script in java with Sikuli library on remote desktop, and if I run on my session, its work fine, but if I want to run script and close session, I get a