Re: [Sikuli-driver] [Question #209152]: To find a image which is left of a image

2012-09-28 Thread RaiMan
Question #209152 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209152 Status: Open = Answered RaiMan proposed the following answer: screenObject is not needed, since a simple find() automatically operates on SCREEN, which is internally set to Screen(0) as a convenience on

Re: [Sikuli-driver] [Question #209710]: how to open a folder

2012-09-28 Thread fani
Question #209710 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209710 fani posted a new comment: I thought I might be able to prevent doing 7 doubleClick steps with Sikuli but apparently I can't. Thanks! -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #209710]: how to open a folder

2012-09-28 Thread RaiMan
Question #209710 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209710 RaiMan proposed the following answer: Sorry, I have overseen comment #2. This can be done with Python functions: import os import shutil in = os.path.join(some_path, some_filename) in =

Re: [Sikuli-driver] [Question #209733]: Sending a wave file to microphone input

2012-09-28 Thread RaiMan
Question #209733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209733 Status: Open = Answered RaiMan proposed the following answer: Since you cannot see, what these people are doing really: could be something like this: - run an app, that plays music on a loudspeaker,

[Sikuli-driver] [Bug 1013396] Re: X-1.0rc3-931: Java heap space exhausted with long running script using Region.right() .below() .nearby().

2012-09-28 Thread RaiMan
@ John Does exactly the above script produce problems? If yes, with what heapsize is it running how long? How many iterations? BTW: this would make it at least live longer, since one find is saved: while True: while not exists(image_name): sleep(0.25) click(getLastMatch()) --

Re: [Sikuli-driver] [Question #209704]: datetime, compare 2 dates, can this be done a smarter way?

2012-09-28 Thread Alex Nilsson
Question #209704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209704 Status: Answered = Solved Alex Nilsson confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #209710]: how to open a folder

2012-09-28 Thread j
Question #209710 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209710 j posted a new comment: You should defenitely do file copying like RaiMan explains it, it is a lot faster and safer than doing it with Sikuli. -- You received this question notification because you are a

[Sikuli-driver] [Question #209826]: Record and Play back

2012-09-28 Thread Juan Pablo
New question #209826 on Sikuli: https://answers.launchpad.net/sikuli/+question/209826 Hi! I've just read this document: http://groups.csail.mit.edu/uid/projects/sikuli/sikuli-chi2010.pdf I've found that the actual Sikuli apparently doesn't have the same functionality as the one described in the

Re: [Sikuli-driver] [Question #209733]: Sending a wave file to microphone input

2012-09-28 Thread mark
Question #209733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209733 Status: Answered = Open mark is still having a problem: That utility that can redirect wave file to a microphone input is the one that I am looking for, It does not seem to exist anywhere. I have been

[Sikuli-driver] [Question #209853]: Is Sikuli development dead or what?

2012-09-28 Thread HAL-9000
New question #209853 on Sikuli: https://answers.launchpad.net/sikuli/+question/209853 Hey all, I've used Sikuli for some time and have automated a lot of mobile stuff with it. The WYSIWYG-ness of the thing can't be beat, and its ability to pick out changes in graphics is handy with our manic

Re: [Sikuli-driver] [Question #209853]: Is Sikuli development dead or what?

2012-09-28 Thread ABET
Question #209853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209853 ABET posted a new comment: here. here. I too am wondering if there will be any new updates on this great tool. -- You received this question notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Question #209883]: dargDrop not working reliably (related to https://answers.launchpad.net/sikuli/+question/133497 AND 148465)

2012-09-28 Thread Don Pelletier
New question #209883 on Sikuli: https://answers.launchpad.net/sikuli/+question/209883 dragDrop is not working consistently for me. I am using Sikuli r930 on a 64bit Windows7 PC. I create a list of all checkboxes on a screen then, select each on each a time and grab the text (by selecting /

[Sikuli-driver] [Question #209885]: leaving a condition

2012-09-28 Thread felipe cavalcante
New question #209885 on Sikuli: https://answers.launchpad.net/sikuli/+question/209885 hi, am beginner, and I'm having difficulty in this, after entering while wewait I can not go back to while true. really want to make an infinite sequence continues with this script. I think in if not (md1 and

Re: [Sikuli-driver] [Question #209883]: dargDrop not working reliably (related to https://answers.launchpad.net/sikuli/+question/133497 AND 148465)

2012-09-28 Thread dpelletier
Question #209883 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209883 Description changed to: dragDrop is not working consistently for me. I am using Sikuli r930 on a 64bit Windows7 PC. I'm trying to capture the label of a checkbox in Sikuli. The function creates a list