Re: [Sikuli-driver] [Question #266017]: How to find x, y coordinates automatically when the system resulution may getting changed

2015-04-28 Thread manisha
Question #266017 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266017 Status: Answered = Solved manisha 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 #266017]: How to find x, y coordinates automatically when the system resulution may getting changed

2015-04-28 Thread manisha
New question #266017 on Sikuli: https://answers.launchpad.net/sikuli/+question/266017 Hello Sir, images = (Pattern(AtmosphericErro0r-2.png).targetOffset(62,-2)) m = find(images) upperleft = Location(m.getX(), m.getY()) -- You received this question notification because you are

Re: [Sikuli-driver] [Question #266017]: How to find x, y coordinates automatically when the system resulution may getting changed

2015-04-28 Thread manisha
Question #266017 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266017 Description changed to: Hello Sir, I'm facing resolution problem for one of my requirement. I have completed one test script and same i needs to execute in other system also in that case find failed

Re: [Sikuli-driver] [Question #266017]: How to find x, y coordinates automatically when the system resulution may getting changed

2015-04-28 Thread RaiMan
Question #266017 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266017 RaiMan proposed the following answer: You might as well analyse the differences with an image viewer in some magnification and maybe find out how to optimise the shot, so it fits in more than one resolution.

Re: [Sikuli-driver] [Question #266017]: How to find x, y coordinates automatically when the system resulution may getting changed

2015-04-28 Thread RaiMan
Question #266017 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266017 Status: Open = Answered RaiMan proposed the following answer: resolution alone does not matter, as long as the image stays the same on the pixel level (it might then look smaller or larger). It will no