Re: [Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-08 Thread RaiMan
Question #240375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240375 Status: Open = Answered RaiMan proposed the following answer: Yes it is. To get the similarity score: m = find(button) print m.getScore() -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #190414]: I want to perform multiple actions within a single captured image.

2013-12-08 Thread RaiMan
Question #190414 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/190414 RaiMan posted a new comment: https://dl.dropboxusercontent.com/u/42895525/ddcalendar.sikuli.zip -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #236124]: Import Lib/site-packages the same way as -i option

2013-12-08 Thread Mark
Question #236124 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236124 Mark requested more information: I am trying to add a path to python's module search path. Instead of writing in every file: myPath = path/to/user/defined/modules if not myPath in sys.path: append(myPath)

[Sikuli-driver] [Question #240489]: trying to automate selecting date on a calendar on a webpage

2013-12-08 Thread dude
New question #240489 on Sikuli: https://answers.launchpad.net/sikuli/+question/240489 I'm currently parsing a date with originally looks like this: End Date: 12/04/14(mm/dd/yy) then i parse it so i have the values endday = time.strftime('%d', rawdate) endmth = time.strftime('%m', rawdate)

Re: [Sikuli-driver] [Question #240375]: MinSimilarity setting is implemented incorrectly?

2013-12-08 Thread Eugene S
Question #240375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240375 Status: Answered = Solved Eugene S confirmed that the question is solved: Yes, that's it! Thanks a lot RaiMan. Appreciate that! -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #240489]: trying to automate selecting date on a calendar on a webpage

2013-12-08 Thread Eugene S
Question #240489 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240489 Status: Open = Answered Eugene S proposed the following answer: What I would do in your situation is write a small auxiliary function that will get the number of times the UP button should be pressed as

[Sikuli-driver] [Question #240496]: Quit in a second on osx 10.9 (Mavericks)

2013-12-08 Thread Dongxu Yang
New question #240496 on Sikuli: https://answers.launchpad.net/sikuli/+question/240496 I have install the Sikuli on my macbook pro with the osx 10.9 (Mavericks). After I copied the sikuli.app into /application folder, I double click the icon in my launchpad. but the software quit in a second. If