[Sikuli-driver] [Question #266034]: MoveMouseDelay missing

2015-04-28 Thread Jeremy
New question #266034 on Sikuli: https://answers.launchpad.net/sikuli/+question/266034 Hello, I eveadently had a lot of issues with my older jar. When I got the new one, the only one I can't figure out is how do I set the MouseDelay? This is what I've used in the past:

Re: [Sikuli-driver] [Question #266063]: ImportError (HTMLTestRunner.sikuli has no HTMLTestRunner.py)

2015-04-28 Thread Mike
Question #266063 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266063 Mike gave more information on the question: Oh, I guess I should mention I don't have a HTMLTestRunner.sikuli, but I'm confused about that part as no setup guide mentions creating that package/folder. --

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-28 Thread Geoff Bache
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 Geoff Bache posted a new comment: Setting -d 3 doesn't help: it's a Sikuli option and in this case Jython crashes before it gets as far as doing anything with Sikuli. But I've printed the environment before

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,

Re: [Sikuli-driver] [Question #265844]: how to use loop for taking screen shots till a image appears

2015-04-28 Thread arush
Question #265844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265844 Status: Answered = Open arush is still having a problem: Following error message are observed [error] Error message: SyntaxError: (mismatched input 'reg' expecting NEWLINE,

Re: [Sikuli-driver] [Question #265845]: how to use loop for taking screen shots till a image appears

2015-04-28 Thread Jeremy
Question #265845 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265845 Status: Open = Answered Jeremy proposed the following answer: If I'm reading it right, this is what I do: int error_count = 0; while(s.exists(screenImage,0) == null){ Thread.sleep(500); error_count++;

Re: [Sikuli-driver] [Question #266063]: ImportError (HTMLTestRunner.sikuli has no HTMLTestRunner.py)

2015-04-28 Thread RaiMan
Question #266063 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266063 Status: Needs information = Answered RaiMan proposed the following answer: BTW: be aware of bug 1447096 -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #266063]: ImportError (HTMLTestRunner.sikuli has no HTMLTestRunner.py)

2015-04-28 Thread RaiMan
Question #266063 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266063 Status: Open = Needs information RaiMan requested more information: With 1.1.0 you do not need the HTMLTestRunner.py at all in your own sources, since it is now bundled with Sikuli. So the

[Sikuli-driver] [Bug 1270177] Re: [request] want a feature to select an image in a drop down list

2015-04-28 Thread RaiMan
** Changed in: sikuli Status: Incomplete = In Progress -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1270177 Title: [request] want a feature to select an image in a drop down list Status

Re: [Sikuli-driver] [Question #266077]: livVisionProxy.so error

2015-04-28 Thread RaiMan
Question #266077 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266077 Status: Open = Answered RaiMan proposed the following answer: if you want to use SikuliX 1.1.0, then you should simply use the setup according to http://sikulix.com + quickstart BTW: just checked

Re: [Sikuli-driver] [Question #266077]: livVisionProxy.so error

2015-04-28 Thread RaiMan
Question #266077 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266077 RaiMan proposed the following answer: just fixed the problem in the project: mvn -pl Setup exec:exec now works again, but the setup results are now found in ~/.Sikulix/SikulixSetup -- You received this

[Sikuli-driver] [Question #266077]: livVisionProxy.so error

2015-04-28 Thread lijianl002
New question #266077 on Sikuli: https://answers.launchpad.net/sikuli/+question/266077 Hi: I was installl sikuli-1.1.0 on linux while i was running 'mvn -pl Setup exec:exec' , it exited with an error: A fatal error has been detected by the Java Runtime Environment: # #

Re: [Sikuli-driver] [Question #266034]: MoveMouseDelay missing

2015-04-28 Thread RaiMan
Question #266034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266034 Status: Open = Answered RaiMan proposed the following answer: the problem might be, that the class Settings now has moved to org.sikuli.basics -- You received this question notification because you

[Sikuli-driver] [Question #266063]: ImportError (HTMLTestRunner.sikuli has no HTMLTestRunner.py)

2015-04-28 Thread Mike
New question #266063 on Sikuli: https://answers.launchpad.net/sikuli/+question/266063 Hi there. I was using 1.0.1 on a Mac. I had a script that was previously working with HTMLTestRunner. I upgraded the Mac to Yosemite and encountered the issue which has prompted me to switch to 1.1.0. Now

[Sikuli-driver] [Bug 1270177] Re: [request] want a feature to select an image in a drop down list

2015-04-28 Thread Ryan
Why not dynamically create a region based on the corners of the dropdown? It wouldn't matter what direction the dropdown opens since the user will specify what the top left, bottom left, and top right region look like. If you capture the images carefully it won't matter what is behind the

Re: [Sikuli-driver] [Question #266034]: MoveMouseDelay missing

2015-04-28 Thread Jeremy
Question #266034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266034 Status: Answered = Solved Jeremy 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