[Sikuli-driver] [Question #678305]: all([]) operator not working

2019-02-02 Thread xslapuhk
New question #678305 on Sikuli: https://answers.launchpad.net/sikuli/+question/678305 all([]) operator is not working but other operators like any([]) work. example: a = 1 b = 1 if all([a == 1, b == 1]): print ("yes") else: print("no") error: [error] script [ all any test ] stopped

Re: [Sikuli-driver] [Question #678271]: Does sikuli supports AdoptOpenJDK 8

2019-02-02 Thread RaiMan
Question #678271 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678271 RaiMan proposed the following answer: IMHO a version number with an appended + sign, means the mentioned version and all versions later. ... hence yes: OpenJDK 8 should work. -- You received this question

Re: [Sikuli-driver] [Question #678208]: How to get Sikuli version via console for version 1.4+

2019-02-02 Thread masuo
Question #678208 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678208 Status: Open => Needs information masuo requested more information: When using "print Env.getSikuliVersion ()" in Script, and run sikulix.jar from commandline using option "-c", I can see the version

Re: [Sikuli-driver] [Question #678267]: Is is possible to use keyboard actions or to make click on UAC dialogs?

2019-02-02 Thread masuo
Question #678267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678267 Status: Open => Needs information masuo requested more information: What do you do when you manually solve your problem? I think that automating the same thing as that is a shortcut to solution. --