[Sikuli-driver] [Bug 1696381] Re: type("i", KeyModifier.CTRL + KeyModifier.SHIFT) does not work on Mac

2017-06-07 Thread Devendra
Hi RaiMan, Thank you very much for the quick reply! I love your SikuliX tool :) Coming to the problem, I tested the same on Safari too. Yes, on Safari it works. But for that particular application it does not work. The application responds when I press i + Ctrl + Shift manually. Actually, now i

[Sikuli-driver] [Bug 1696381] Re: type("i", KeyModifier.CTRL + KeyModifier.SHIFT) does not work on Mac

2017-06-07 Thread RaiMan
Just checked on Mac - this works: (switches tabs in Safari) switchApp("Safari") wait(1) type(Key.TAB, Key.CTRL) wait(2) type(Key.TAB, Key.CTRL + Key.SHIFT) wait(2) So it might be, that according to some "convention" for you key combination it is type("i", Key.SHIFT + Key.CMD) on Mac ** Changed

[Sikuli-driver] [Bug 1696381] [NEW] type("i", KeyModifier.CTRL + KeyModifier.SHIFT) does not work on Mac

2017-06-07 Thread Devendra
Public bug reported: I have an application which handles "Control + Shift + i" keys combination. The application is NodeJS based and it is supported on Ubuntu, Windows and Mac. When I execute type("i", KeyModifier.SHIFT + KeyModifier.CTRL) on windows, it works well. But on Mac, it does not work.

Re: [Sikuli-driver] [Question #632126]: s.click(img) is not working consistently

2017-06-07 Thread Launchpad Janitor
Question #632126 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632126 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question no

Re: [Sikuli-driver] [Question #633614]: NameError: 'click' not defined running python script

2017-06-07 Thread Launchpad Janitor
Question #633614 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/633614 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. -- You

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-07 Thread Hossain Abeer
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Answered => Solved Hossain Abeer confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-07 Thread RaiMan
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Open => Answered RaiMan proposed the following answer: --- didn't work. the program quits. The above code cannot simply quit silently. So there must have been an error message. In this case beca