Re: [Sikuli-driver] [Question #402796]: When running a batch of 5 Sikuli scripts from the main.sikuli script, how do I get the remaining scripts to continue running if one of the scripts fail?

2016-10-06 Thread RaiMan
Question #402796 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402796 RaiMan proposed the following answer: The easiest way: upgrade to SikuliX 1.1.1 and look here: http://sikulix-2014.readthedocs.io/en/latest/scripting.html#running-scripts-and-snippets-from-within-other-script

Re: [Sikuli-driver] [Question #402800]: Validate search results

2016-10-06 Thread Kish
Question #402800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402800 Description changed to: Hi My desktop application has a search feature which has various options and filters to choose from to restrict the search results. Once i choose required filters and click search but

Re: [Sikuli-driver] [Question #402799]: Bundle Pydev project with Sikuli 1.1.1 as executable JAR file

2016-10-06 Thread RaiMan
Question #402799 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402799 Status: Open => Answered RaiMan proposed the following answer: -- 1. SikuliX has nothing to do with the C-based Python. It only uses Python language and the Java based interpreter Jython (at language lev

Re: [Sikuli-driver] [Question #402808]: Sometimes Sikuli doesn't click right image

2016-10-06 Thread RaiMan
Question #402808 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402808 Status: Open => Answered RaiMan proposed the following answer: see: http://sikulix-2014.readthedocs.io/en/latest/basicinfo.html#sikulix-how-does-it-find-images-on-the-screen to get an idea about your po

Re: [Sikuli-driver] [Question #402800]: Validate search results

2016-10-06 Thread RaiMan
Question #402800 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402800 Status: Open => Answered RaiMan proposed the following answer: If you need to do that visually, you have to evaluate the geometrics of the data grid, to be able to check the content of the target field e

[Sikuli-driver] [Question #402813]: Can't find image

2016-10-06 Thread Cam
New question #402813 on Sikuli: https://answers.launchpad.net/sikuli/+question/402813 Hi, I have been running my script many times successfully. However now when I run it I get errors because it can't find some images. When I click on the image I notice that the Matching Preview is no longer in

Re: [Sikuli-driver] [Question #295525]: Running on TeamCity: Location: outside any screen (398055760, 0)

2016-10-06 Thread Sasmita
Question #295525 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295525 Sasmita posted a new comment: Hi Nael Abd Aljawad, Can you tell me how did you resolve it? Thanks, Sasmita -- You received this question notification because your team Sikuli Drivers is an answer contact f

[Sikuli-driver] [Question #402814]: PhantomJS vs. Sikuli

2016-10-06 Thread Joe
New question #402814 on Sikuli: https://answers.launchpad.net/sikuli/+question/402814 Is it possible to use Sikuli similar to the way PhantomJS is used? Basically, can it be scripted in such a way that the automated scripts are run in the background utilizing a headless browser concept. -- Yo

Re: [Sikuli-driver] [Question #402814]: PhantomJS vs. Sikuli

2016-10-06 Thread RaiMan
Question #402814 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402814 Status: Open => Answered RaiMan proposed the following answer: simply no. Sikuli has nothing to do with any application like a browser. it is simply visual about the pixels on the screen. PhantomJS can

Re: [Sikuli-driver] [Question #402814]: PhantomJS vs. Sikuli

2016-10-06 Thread Joe
Question #402814 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402814 Status: Answered => Solved Joe confirmed that the question is solved: Thanks for the information! -- You received this question notification because your team Sikuli Drivers is an answer contact for Si

[Sikuli-driver] [Question #402821]: Memory usage of the app under test

2016-10-06 Thread Dmitry
New question #402821 on Sikuli: https://answers.launchpad.net/sikuli/+question/402821 Greetings, my question is same as this one from 2011 https://answers.launchpad.net/sikuli/+question/151008 Any suggestions how can i get amount of system memory usage of the app under test? This can work whe

Re: [Sikuli-driver] [Question #402821]: Memory usage of the app under test

2016-10-06 Thread Dmitry
Question #402821 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402821 Linked to bug: #151008 https://bugs.launchpad.net/bugs/151008 "tk8.4 buffer overrun" -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #402821]: Memory usage of the app under test

2016-10-06 Thread Dmitry
Question #402821 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402821 Removed link to bug: #151008 https://bugs.launchpad.net/bugs/151008 "tk8.4 buffer overrun" -- You received this question notification because your team Sikuli Drivers is an answer contact for Si

Re: [Sikuli-driver] [Question #402796]: When running a batch of 5 Sikuli scripts from the main.sikuli script, how do I get the remaining scripts to continue running if one of the scripts fail?

2016-10-06 Thread tomanderson
Question #402796 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402796 Status: Answered => Open tomanderson is still having a problem: Hi RaiMan, Thank you for your guidance. I have upgraded to SikuliX 1.1.1 and looked at the link you suggested. I have tried a few things