Re: [Sikuli-driver] [Question #670704]: Jython non-interactive command line quick as in runsikuli -i ? (Ubuntu 16.4)

2018-07-07 Thread tofti
Question #670704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670704 Description changed to: Hi, being very newbie to Jython and SikuliX, a) I installed Sikulix via java -jar ../sikulixsetup-1.1.2.jar options 2 4.3 on Ubuntu 16.4 java -jar jython-installer-2.7.0.jar -s

Re: [Sikuli-driver] [Question #670704]: Jython non-interactive command line quick as in runsikuli -i ? (Ubuntu 16.4)

2018-07-07 Thread tofti
Question #670704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670704 Description changed to: Hi, being very newbie to Jython and SikuliX, a) I installed Sikulix via java -jar ../sikulixsetup-1.1.2.jar options 2 4.3 on Ubuntu 16.4 java -jar jython-installer-2.7.0.jar -s

Re: [Sikuli-driver] [Question #670704]: Jython non-interactive command line quick as in runsikuli -i ? (Ubuntu 16.4)

2018-07-07 Thread tofti
Question #670704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670704 Summary changed to: Jython non-interactive command line quick as in runsikuli -i ? (Ubuntu 16.4) Description changed to: Hi, being very newbie to Jython and SikuliX, a) I installed Sikulix via java -jar

Re: [Sikuli-driver] [Question #670721]: I can't use more 3 pictures

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

[Sikuli-driver] [Question #670724]: Trouble finding matches for images

2018-07-07 Thread alex
New question #670724 on Sikuli: https://answers.launchpad.net/sikuli/+question/670724 For my Sikulix script I captured a few images from the screen and use them in SikuliX e.g. for clicking on them. This works most of the time, but sometimes there is a weird issue I could not understand or find

Re: [Sikuli-driver] [Question #670721]: I can't use more 3 pictures

2018-07-07 Thread RaiMan
Question #670721 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670721 Status: Open => Answered RaiMan proposed the following answer: 1. use latest SikuliX (1.1.3) 2. read the docs

Re: [Sikuli-driver] [Question #670719]: [1.1.x] macOS 10.13: MouseDown: extended delay:

2018-07-07 Thread RaiMan
Question #670719 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670719 Status: Open => Answered RaiMan proposed the following answer: Will be fixed as for osx versions 10.10, 10.11, 10.12 with the next nightly 1.1.3 (build #34) the current problem: macOS 10.13 is simply

Re: [Sikuli-driver] [Question #670719]: MouseDown: extended delay:

2018-07-07 Thread RaiMan
Question #670719 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670719 Linked to bug: #1739534 https://bugs.launchpad.net/bugs/1739534 "[1.1.1] [1.1.2] MacOS 10.13.2: Large MouseDown Extended Delays while playing Web App after about 1 minute --- workarounds" --

Re: [Sikuli-driver] [Question #670719]: [1.1.x] macOS 10.13: MouseDown: extended delay:

2018-07-07 Thread RaiMan
Question #670719 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670719 Summary changed to: [1.1.x] macOS 10.13: MouseDown: extended delay: -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #670722]: (Russian) Не могу использовать больше 3 фотографий в коде

2018-07-07 Thread mrderanakt
A question was asked in a language (Russian) spoken by none of the registered Sikuli answer contacts. https://answers.launchpad.net/sikuli/+question/670722 n=0 while n<1: if not exists("1.png"or"2.png"or"3.png"or"4.png"or"5.png"or"6.png"or"7.png"or"8.png"or"9.png"or"10.png"):

[Sikuli-driver] [Question #670721]: I can't use more 3 pictures

2018-07-07 Thread mrderanakt
New question #670721 on Sikuli: https://answers.launchpad.net/sikuli/+question/670721 n=0 while n<1: if not exists("1.png"or"2.png"or"3.png"or"4.png"or"5.png"or"6.png"or"7.png"or"8.png"or"9.png"or"10.png"): click("0.png") else:

[Sikuli-driver] [Question #670719]: MouseDown: extended delay:

2018-07-07 Thread Jeff_Vallis
New question #670719 on Sikuli: https://answers.launchpad.net/sikuli/+question/670719 Read various Comments on Mouse Delay Mine seems to happen when it loses the position of the mouse :- 1.1.3(2018-07-05_16:27)/Mac10.13.5/Java8(64)1.8.0_25-b17 wheel(Location(865, 568), WHEEL_DOWN, 25) [error]

Re: [Sikuli-driver] [Question #670718]: Mac: runsikulix -- all you need is in the folder, where you run setup

2018-07-07 Thread RaiMan
Question #670718 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670718 Summary changed to: Mac: runsikulix -- all you need is in the folder, where you run setup Description changed to: ** global comment All you need to know is here:

Re: [Sikuli-driver] [Question #670718]: runsikulix

2018-07-07 Thread Jeff_Vallis
Question #670718 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670718 Status: Open => Solved Jeff_Vallis confirmed that the question is solved: Installation in new folder Then Moved SikuliX.app to Applications WRONG Should have moved folder to applications and called it

[Sikuli-driver] [Question #670718]: runsikulix

2018-07-07 Thread Jeff_Vallis
New question #670718 on Sikuli: https://answers.launchpad.net/sikuli/+question/670718 1.1.3(2018-07-05_16:27)/Mac10.13.5/Java8(64)1.8.0_25-b17 Up Until today have been running 1.1.1 and executing scripts with /Applications/Sikuli/runsikulix -r path to file How do I do this now Searches led me