[Sikuli-driver] [Question #404156]: Sikuli image recognization will not work for non white background

2016-11-17 Thread Vinayak Kalyani
New question #404156 on Sikuli: https://answers.launchpad.net/sikuli/+question/404156 Hello Team, Currently my project is all about maps, and i place canvas icons on maps...if map is color one then icons will be having colored background, so sikuli is failing to identtify the icons having color

Re: [Sikuli-driver] [Question #404156]: Sikuli image recognization will not work for non white background

2016-11-17 Thread masuo
Question #404156 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404156 Status: Open => Answered masuo proposed the following answer: Try similar(), it may solve this probrem. http://sikulix-2014.readthedocs.io/en/latest/pattern.html?highlight=pattern [example:] similarity

[Sikuli-driver] [Question #404163]: How to parse and get tag value from xml file in sikuli?

2016-11-17 Thread Naveen
New question #404163 on Sikuli: https://answers.launchpad.net/sikuli/+question/404163 Hi, I am using Sikuli in Jruby pack, in my script, im having some variables, in order to assign values to those variables I should parse the xml file and get the tag values and assign that value to the variabl

[Sikuli-driver] [Question #404167]: Following successful setup, sikuli-ide.jar and RunIDE.cmd are running setup again instead of running the actual IDE

2016-11-17 Thread Ryan
New question #404167 on Sikuli: https://answers.launchpad.net/sikuli/+question/404167 Before anyone asks, I'm using v1.0.1 as per the specifications of my project (1.1.0 doesn't run as smoothly in my environment). I ran setup and everything looks fine, but when I try to run the IDE it opens the

[Sikuli-driver] [Question #404173]: Compare a part of image in a source image using selenium

2016-11-17 Thread Varun Palani
New question #404173 on Sikuli: https://answers.launchpad.net/sikuli/+question/404173 Hi All, I have 2 question. Please help me resolve the issue. 1. I have a source image which is 79 X 43 Pixels. I need to compare the same with another image (which I capture during execution) and check if the

Re: [Sikuli-driver] [Question #404149]: Need to see differences from getScore()..can I save the temporary image from find() command?

2016-11-17 Thread Mike Muhlada
Question #404149 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404149 Mike Muhlada 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. _

Re: [Sikuli-driver] [Question #404149]: Need to see differences from getScore()..can I save the temporary image from find() command?

2016-11-17 Thread Mike Muhlada
Question #404149 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404149 Status: Answered => Solved Mike Muhlada confirmed that the question is solved: Thank you. This was the right approach. I was able to copy the image to my hard drive and can now perform an image diff to

Re: [Sikuli-driver] [Question #404173]: Compare a part of image in a source image using selenium

2016-11-17 Thread masuo
Question #404173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404173 Status: Open => Answered masuo proposed the following answer: [example:] #find smallimage.png within bigimage.png and extract text from right of smallimage. f = Finder("c:\\work\\bigimage.png") f.findAl

Re: [Sikuli-driver] [Question #404173]: Compare a part of image in a source image using selenium

2016-11-17 Thread masuo
Question #404173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404173 masuo proposed the following answer: Of course #1 example is for SikuliX not for Selenium. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

[Sikuli-driver] [Question #404184]: sikuli-ide.sh not doing anything on Ubuntu

2016-11-17 Thread fr3d
New question #404184 on Sikuli: https://answers.launchpad.net/sikuli/+question/404184 I have been trying for days to get Sikuli to work on Ubuntu. After I chased down some links I got a very promising outcome. Finally I just needed to run one .sh script. However, when I tried to run this, nothin

Re: [Sikuli-driver] [Question #404184]: sikuli-ide.sh not doing anything on Ubuntu

2016-11-17 Thread fr3d
Question #404184 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404184 fr3d gave more information on the question: I followed these (https://www.youtube.com/watch?v=VdCOg1bCmGo) instructions and got pretty far. However when I tried to run the IDE with "runsikulix.sh", I got kno

Re: [Sikuli-driver] [Question #404188]: Sikuli Jar is throwing error in remote machine while using ssh /Jenkins

2016-11-17 Thread vishnu
Question #404188 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404188 Description changed to: I am using sikuli jar with selenium webdriver. Whenever sikuli is initialized using Jenkins or try to run the sikuli jar using SSH in remote machine, I get the below error. When I run

[Sikuli-driver] [Question #404188]: Sikuli Jar is throwing error in remote machine while using ssh /Jenkins

2016-11-17 Thread vishnu
New question #404188 on Sikuli: https://answers.launchpad.net/sikuli/+question/404188 I am using sikuli jar with selenium webdriver. Whenever sikuli is initialized using Jenkins or try to run the sikuli jar using SSH in remote machine, I get the below error. [error] RunTimeINIT: *** terminati

Re: [Sikuli-driver] [Question #404188]: Sikuli Jar is throwing error in remote machine while using ssh /Jenkins

2016-11-17 Thread masuo
Question #404188 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404188 Status: Open => Answered masuo proposed the following answer: There is a similar question. https://answers.launchpad.net/sikuli/+question/290184 -- You received this question notification because your