Re: [Sikuli-driver] [Question #678309]: Gradually reducing MinSimilarity

2019-06-12 Thread Mark Weisler
Question #678309 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678309 Mark Weisler posted a new comment: Anything that corroborates "miracles" is so heartwarming! Miracles happen ... [image.png] >>>> I wonder if this guy was an undercover cop putti

Re: [Sikuli-driver] [Question #255984]: handler

2014-10-20 Thread Mark Weisler
Question #255984 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255984 Status: Open = Answered Mark Weisler proposed the following answer: Please paste a copy of the errors you get when running your program. Also, it might help to initialize nb_quetes_tours_faites = 0

Re: [Sikuli-driver] [Question #255477]: Extreme beginner : to incremente a value within a loop

2014-10-08 Thread Mark Weisler
Question #255477 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255477 Mark Weisler proposed the following answer: Hello Alexandre et al, I suggest that you scan this board for this very often asked questions and the faqs section and/or learn some basic Python. Some basic

Re: [Sikuli-driver] [Question #253526]: region

2014-08-24 Thread Mark Weisler
Question #253526 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253526 Status: Open = Answered Mark Weisler proposed the following answer: On Aug 24, 2014, at 2:32 AM, felipe wrote: Question #253526 on Sikuli changed: https://answers.launchpad.net/sikuli/+question

Re: [Sikuli-driver] [Question #252621]: Automate using text not image

2014-08-04 Thread Mark Weisler
Question #252621 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252621 Status: Open = Answered Mark Weisler proposed the following answer: On Aug 4, 2014, at 11:36 AM, Anunaya wrote: New question #252621 on Sikuli: https://answers.launchpad.net/sikuli/+question/252621

Re: [Sikuli-driver] [Question #252546]: Script Stopping

2014-08-02 Thread Mark Weisler
Question #252546 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252546 Status: Open = Answered Mark Weisler proposed the following answer: On Aug 2, 2014, at 5:32 PM, Smizzy wrote: New question #252546 on Sikuli: https://answers.launchpad.net/sikuli/+question/252546

Re: [Sikuli-driver] [Question #241177]: How to send a email on detecting a image in sikuli IDE ?

2014-06-12 Thread Mark Weisler
Question #241177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241177 Mark Weisler proposed the following answer: On Dec 23, 2013, at 1:46 AM, srijith wrote: New question #241177 on Sikuli: https://answers.launchpad.net/sikuli/+question/241177 Basically i want to send

Re: [Sikuli-driver] [Question #237464]: issue with loop

2013-10-16 Thread Mark Weisler
Question #237464 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237464 Mark Weisler posted a new comment: Hello Joshua, I'm not sure I completely understand your question but below are some examples of waiting for images that might be of use to you. m =Region(20,20,100,400

[Sikuli-driver] [Bug 1234831] [NEW] IDE 1.0.1 hangs launching -d 3 -c on OS X

2013-10-03 Thread Mark Weisler
Public bug reported: Summary: I launch Sikuli IDE 1.0.1 (build 12SEP2013160242) and enter -d 3 -c into the options dialog box that appears when launching the IDE and hit enter. The yellow message box appears but does not progress to a usable session. Environment: OS X 10.6.8 on a MacBook

Re: [Sikuli-driver] [Question #236622]: Not working when the object is not on screen

2013-09-30 Thread Mark Weisler
Question #236622 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236622 Status: Open = Answered Mark Weisler proposed the following answer: Since Sikuli is a visual environment it needs to see the image (1380511864279-1.png) on your screen to be able to click

Re: [Sikuli-driver] [Question #232718]: Can detect the text on screen but can't find it

2013-08-03 Thread Mark Weisler
Question #232718 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232718 Mark Weisler posted a new comment: I tried essentially your code and it worked properly for me. I have a Web page open and it contains the string of interest in the region Sikuli will be searching. Then I

Re: [Sikuli-driver] [Question #230510]: Printing the exception information in a catch block

2013-06-12 Thread Mark Weisler
Question #230510 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/230510 Mark Weisler posted a new comment: The working script below illustrates some of how sys.exc_info works. # script: sys.exc_info explorer # Mark Weisler # 11 June 2013 # our goal is to create an error

Re: [Sikuli-driver] [Question #229825]: do an action if the image on a region doesn't change

2013-06-02 Thread Mark Weisler
Question #229825 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229825 Mark Weisler posted a new comment: The following working code might help you... # script: RegionAreaTest6, 01 June 2013 # Related to [Question #229825]: do an action if the image on a region doesn't

Re: [Sikuli-driver] [Question #228659]: need help with this software, newbie...

2013-05-29 Thread Mark Weisler
Question #228659 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228659 Mark Weisler posted a new comment: Below is some code that might help with this question... # script: URLWatcher # cycles through some URLs which are initially loaded into a list # 22 Mai 2013, Mark Wißler