Re: [Sikuli-driver] [Question #670847]: loop click one image only from a list

2018-07-12 Thread The Grey
Question #670847 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670847 Status: Answered => Solved The Grey confirmed that the question is solved: omg this worked fine for me thank you so much for your help -- You received this question notification because your team

Re: [Sikuli-driver] [Question #670847]: loop click one image only from a list

2018-07-12 Thread Alex
Question #670847 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670847 Status: Open => Answered Alex proposed the following answer: Sounds like you want to do a for loop. Python lists are iterate-able. Example: image_list = ['image1.png', 'image2.png', 'image3.png'] for

[Sikuli-driver] [Question #670847]: loop click one image only from a list

2018-07-12 Thread The Grey
New question #670847 on Sikuli: https://answers.launchpad.net/sikuli/+question/670847 so i'm making this beginner script for a game and i have tried alot of methods but nothing helped me solve my problem. i want my script to click some specific images as they appear on screen(i can do this no

Re: [Sikuli-driver] [Question #670839]: openApp('iTerm') -> [error] App.open failed: iTerm not found

2018-07-12 Thread Юрий Аполлов
Question #670839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670839 Status: Answered => Open Юрий Аполлов is still having a problem: update to nightly, still no luck. any ideas what could I do wrong? -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #670801]: Unable to use Finder with Jython where Screen works OK

2018-07-12 Thread forrest
Question #670801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670801 Status: Answered => Open forrest is still having a problem: Yes, I would expect that but it does not. Here is same code with prints to demonstrate: import org.sikuli.script.SikulixForJython

Re: [Sikuli-driver] [Question #670826]: 1.1.2 Screen.capture(region, 'name') not working

2018-07-12 Thread Edson Henrique Arantes
Question #670826 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670826 Status: Answered => Solved Edson Henrique Arantes confirmed that the question is solved: it works, thank you very much! -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #670809]: VNC not working properly

2018-07-12 Thread Ven Karri
Question #670809 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670809 Ven Karri posted a new comment: Hi Raiman, any updates on this? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #670839]: openApp('iTerm') -> [error] App.open failed: iTerm not found

2018-07-12 Thread RaiMan
Question #670839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670839 Status: Open => Answered RaiMan proposed the following answer: Just tested on my macOS 10.13.5 using latest nightly 1.1.3 openApp("calendar") openApp("Calendar") and openApp("iterm") openApp("iTerm")

[Sikuli-driver] [Bug 1781416] Re: openApp('iTerm') -> [error] App.open failed: iTerm not found

2018-07-12 Thread RaiMan
should first be a question. ** Changed in: sikuli Status: New => Invalid ** Converted to question: https://answers.launchpad.net/sikuli/+question/670839 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1781416] Re: openApp('iTerm') -> [error] App.open failed: iTerm not found

2018-07-12 Thread RaiMan
see related question. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1781416 Title: openApp('iTerm') -> [error] App.open failed: iTerm not found Status in Sikuli: Invalid Bug description:

Re: [Sikuli-driver] [Question #670839]: openApp('iTerm') -> [error] App.open failed: iTerm not found

2018-07-12 Thread RaiMan
Question #670839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670839 RaiMan posted a new comment: should first be a question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #670839]: openApp('iTerm') -> [error] App.open failed: iTerm not found

2018-07-12 Thread Юрий Аполлов
New question #670839 on Sikuli: https://answers.launchpad.net/sikuli/+question/670839 macOS High Sierra, 10.13.5 (17F77) SikuliX 1.1.2, Build: 2018-03-08_08:37 Neigher do work 'iTerm2', 'iTerm.app', '/Applications/iTerm.app/Contents/MacOS/iTerm2'. At the same time 'Google Chrome' and 'iTunes'

[Sikuli-driver] [Bug 1781416] [NEW] openApp('iTerm') -> [error] App.open failed: iTerm not found

2018-07-12 Thread Юрий Аполлов
Public bug reported: macOS High Sierra, 10.13.5 (17F77) SikuliX 1.1.2, Build: 2018-03-08_08:37 Neigher do work 'iTerm2', 'iTerm.app', '/Applications/iTerm.app/Contents/MacOS/iTerm2'. At the same time 'Google Chrome' and 'iTunes' work just fine. BUT! If I run iTerm beforehand, than it would be

Re: [Sikuli-driver] [Question #670826]: 1.1.2 Screen.capture(region, 'name') not working

2018-07-12 Thread RaiMan
Question #670826 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670826 Status: Open => Answered RaiMan proposed the following answer: must be used as (only available in Python scripting): capture(result,'result.png') this stores the image in the scripts .sikuli folder.