Re: [Sikuli-driver] [Question #666383]: Can sikuli do a search by shape only?

2018-03-19 Thread geo
Question #666383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666383 Status: Answered => Solved geo confirmed that the question is solved: aaa!!! I figured as much. I will look into your recommendation. thanks -- You received this question notification because y

[Sikuli-driver] [Question #666383]: Can sikuli do a search by shape only?

2018-03-19 Thread geo
New question #666383 on Sikuli: https://answers.launchpad.net/sikuli/+question/666383 I'm making some improvements to a clicking game and one problem I keep coming across is that what I need to click on has too many variations. What I mean is that the shape I'm searching for which appear

Re: [Sikuli-driver] [Question #645818]: Problems getting Rid of Duplicate Matches

2017-07-01 Thread geo
Question #645818 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645818 Description changed to: I seem to have run into a huge problem in my code : A mini game requires me to press a certain keys displayed on the screen,the problem is the background is ever changing . So i

Re: [Sikuli-driver] [Question #645818]: Problems getting Rid of Duplicate Matches

2017-07-01 Thread geo
Question #645818 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645818 Description changed to: I seem to have run into a huge problem in my code : A mini game requires me to press a certain keys displayed on the screen,the problem is the background is ever changing . So i

Re: [Sikuli-driver] [Question #645818]: Problems getting Rid of Duplicate Matches

2017-07-01 Thread geo
Question #645818 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645818 Description changed to: I seem to have run into a huge problem in my code : A mini game requires me to press a certain keys displayed on the screen,the problem is the background is ever changing . So i

Re: [Sikuli-driver] [Question #645818]: Problems getting Rid of Duplicate Matches

2017-07-01 Thread geo
Question #645818 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645818 Description changed to: I seem to have run into a huge problem in my code : A mini game requires me to press a certain keys displayed on the screen,the problem is the background is ever changing . So i

[Sikuli-driver] [Question #645818]: Problems getting Rid of Duplicate Matches

2017-07-01 Thread geo
New question #645818 on Sikuli: https://answers.launchpad.net/sikuli/+question/645818 I seem to have run into a huge problem in my code : A mini game requires me to press a certain keys displayed on the screen,the problem is the background is ever changing . So i minimized the region to a very

Re: [Sikuli-driver] [Question #626564]: sikuli slows down to a crawl after running for some time

2017-04-28 Thread geo
Question #626564 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/626564 geo confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #626564]: sikuli slows down to a crawl after running for some time

2017-04-28 Thread geo
Question #626564 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/626564 Status: Answered => Solved geo confirmed that the question is solved: Yes, it was a typo. and yes, the problem is in the checkLastMouseLocation() code. What I did was to comment out the function c

Re: [Sikuli-driver] [Question #626564]: sikuli slows down to a crawl after running for some time

2017-04-28 Thread geo
Question #626564 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/626564 geo posted a new comment: That function checks if the mouse has not moved. If it hasn't after so many times the program will refresh the browser. This is because sometimes the game doesn't show any eggs

Re: [Sikuli-driver] [Question #626564]: sikuli slows down to a crawl after running for some time

2017-04-27 Thread geo
Question #626564 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/626564 geo gave more information on the question: The mystery deepens. I put some timers so that I could see where in the program there is a slow down. There is something wrong that happens at the end

Re: [Sikuli-driver] [Question #626564]: sikuli slows down to a crawl after running for some time

2017-04-24 Thread geo
Question #626564 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/626564 geo gave more information on the question: Still not solved I tried disabling options in the preference menu. I also tried exiting while loops after a certain count (exit early) in case it was being

[Sikuli-driver] [Question #626564]: sikuli slows down to a crawl after running for some time

2017-04-23 Thread geo
New question #626564 on Sikuli: https://answers.launchpad.net/sikuli/+question/626564 Hi, I reinstalled windows 10 and also sikuli. I'm running a program that automates an egg finding game on facebook. This program used to work with no problems but in this new installation the program

Re: [Sikuli-driver] [Question #406532]: cant temporarily stop event observations

2016-12-07 Thread geo
Question #406532 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406532 Status: Open => Solved geo confirmed that the question is solved: The solution above worked. Thanks -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #406532]: cant temporarily stop event observations

2016-12-07 Thread geo
Question #406532 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406532 Status: Answered => Open geo is still having a problem: Yes, I read it multiple times. It talks about defining and starting the observer and even stopping it but, not how to restart it properly. Howe

Re: [Sikuli-driver] [Question #406532]: cant temporarily stop event observations

2016-12-07 Thread geo
Question #406532 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406532 Status: Answered => Open geo is still having a problem: hhmmm I wonder if I'm over doing the observer as in instead of: - regionX.stopObserver() #Do something here regionX.onCha

Re: [Sikuli-driver] [Question #406532]: cant temporarily stop event observations

2016-12-07 Thread geo
Question #406532 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406532 geo gave more information on the question: Additional info. I'm running on OS: Ubuntu 16 (I think 16.10) browser: firefox CPU: 1.9 GHz A-Series Quad-Core A8-4500M GPU: ATI HD 7640G RAM: 4 GB DDR3 -- You

[Sikuli-driver] [Question #406532]: cant temporarily stop event observations

2016-12-07 Thread geo
New question #406532 on Sikuli: https://answers.launchpad.net/sikuli/+question/406532 Hi, I'm trying to automate a game on facebook by setting an observe region. The game is quite simple. eggs drop from the top of the screen and all you have to do is catch them at the bottom of the screen.

Re: [Sikuli-driver] [Question #287177]: Breaking out of a Loop with keyboard Input not working!

2016-02-29 Thread geo
Question #287177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/287177 Status: Answered => Solved geo confirmed that the question is solved: it was definitely global A in the function LoopClose() , R.IP i didnt notice that...life of programming -- You recei

Re: [Sikuli-driver] [Question #287177]: Breaking out of a Loop with keyboard Input not working!

2016-02-29 Thread geo
Question #287177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/287177 geo confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #287177]: Breaking out of a Loop with keyboard Input not working!

2016-02-29 Thread geo
New question #287177 on Sikuli: https://answers.launchpad.net/sikuli/+question/287177 So i literally have been searching a way for me to stop my code if a hotkey or a sequence is pressed .The way to do it with python in windows does not seem to work as sikuli is not shipped with msvcrt module.

Re: [Sikuli-driver] [Question #286623]: Using A list of regions Sikuli crashes ?

2016-02-24 Thread geo
Question #286623 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/286623 Description changed to: Hello , i have run into a problem when using lists in sikuli. i have 8 regions in a list and the code is supposed to run through this list checking for a match, In this case its

Re: [Sikuli-driver] [Question #286623]: Using A list of regions Sikuli crashes ?

2016-02-24 Thread geo
Question #286623 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/286623 Description changed to: Hello , i have run into a problem when using lists in sikuli. i have 8 regions in a list and the code is supposed to run through this list checking for a match, In this case its

[Sikuli-driver] [Question #286623]: Using A list of regions Sikuli crashes ?

2016-02-24 Thread geo
New question #286623 on Sikuli: https://answers.launchpad.net/sikuli/+question/286623 Hello , i have run into a problem when using lists in sikuli. i have 8 regions in a list and the code is supposed to run through this list checking for a match, In this case its "img" if the match has been

Re: [Sikuli-driver] [Question #260950]: If something exists in region one then find it region 2

2015-01-21 Thread geo
Question #260950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260950 Status: Answered = Open geo is still having a problem: ok so far everything works perfectly except for the image detection part...since the images on screen tend to move slightly from their original

Re: [Sikuli-driver] [Question #260950]: If something exists in region one then find it region 2

2015-01-20 Thread geo
Question #260950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260950 Status: Answered = Open geo is still having a problem: ok so after alot of experimentation the result was this : Z1 = (Region(676,368,251,140)) Z2 = (Region(450,264,265,139)) if exists(1421711209099.png

[Sikuli-driver] [Question #260950]: If something exists in region one then find it region 2

2015-01-19 Thread geo
New question #260950 on Sikuli: https://answers.launchpad.net/sikuli/+question/260950 Region1 =(Region(428,252,283,144)) Region2 =(Region(662,365,269,142)) file = region2.findAll(1.png2.png3.png4.png5.png6.png) while Region2.exists(1.png2.png3.png4.png5.png6.png[, 3]) : How do make it so that if

Re: [Sikuli-driver] [Question #252905]: i want sikuli to select options closest to the mouse pointer location when there are more then one matches present

2014-08-11 Thread geo
Question #252905 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252905 Status: Answered = Solved geo confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #252905]: i want sikuli to select options closest to the mouse pointer location when there are more then one matches present

2014-08-10 Thread geo
New question #252905 on Sikuli: https://answers.launchpad.net/sikuli/+question/252905 I ran into a major problem while making a script , i wanted sikuli to select the recognized picture closest to the mouse since there are more than 5 matches , at least on the screen.but since i am new to this

Re: [Sikuli-driver] [Question #252905]: i want sikuli to select options closest to the mouse pointer location when there are more then one matches present

2014-08-10 Thread geo
Question #252905 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252905 Description changed to: I ran into a major problem while making a script. At present sikuli randomly selects the pictures , i wanted sikuli to select the recognized picture closest to the mouse since there

Re: [Sikuli-driver] [Question #252905]: i want sikuli to select options closest to the mouse pointer location when there are more then one matches present

2014-08-10 Thread geo
Question #252905 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252905 geo gave more information on the question: my problem is quite similar to this post https://answers.launchpad.net/sikuli/+question/225412;, i am already using hover()..but i have no idea how to set

Re: [Sikuli-driver] [Question #252905]: i want sikuli to select options closest to the mouse pointer location when there are more then one matches present

2014-08-10 Thread geo
Question #252905 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252905 Description changed to: I ran into a major problem while making a script. At present sikuli randomly selects the pictures , i wanted sikuli to select the recognized picture closest to the mouse since there

[Sikuli-driver] [Question #205371]: One image, multiple sizes?

2012-08-09 Thread Geo Ena
New question #205371 on Sikuli: https://answers.launchpad.net/sikuli/+question/205371 Hi, Even though I have experience with other automation software, I am a newbie with Sikuli. Therefore, quick questions: 1. I understand that, when looking for images, Sikuli recognises patterns (shapes)

Re: [Sikuli-driver] [Question #205371]: One image, multiple sizes?

2012-08-09 Thread Geo Ena
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 Geo Ena confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #182530]: Selenium python API usage in Sikuli scripts

2011-12-21 Thread Geo kurian
Question #182530 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182530 Status: Needs information = Open Geo kurian gave more information on the question: path: C:\Program Files\Sikuli X\libs;C:\Program Files\Java\jre6\\bin sikuli_home:C:\Program Files\Sikuli X

Re: [Sikuli-driver] [Question #182530]: Selenium python API usage in Sikuli scripts

2011-12-21 Thread Geo kurian
Question #182530 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182530 Status: Answered = Open Geo kurian is still having a problem: Hi RaiMan Thank you for your early response. I copied the selenium.py file into sikuli folder, it works But some selenium scripts still

Re: [Sikuli-driver] [Question #182530]: Selenium python API usage in Sikuli scripts

2011-12-21 Thread Geo kurian
Question #182530 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182530 Geo kurian posted a new comment: Hi RaiMan How the control changes between sikuli script and selenium script during execution. is there any extra configuration required for executing a mixture of sikuli

[Sikuli-driver] [Question #182530]: sikuli selenium integration

2011-12-20 Thread Geo kurian
New question #182530 on Sikuli: https://answers.launchpad.net/sikuli/+question/182530 Hi I'm trying to run selenium python script through Sikuli IDE. from selenium import selenium i'm gettin an error for this import, which i mentioned below [error] Error message: Traceback (most recent call