Re: [Sikuli-driver] [Question #664943]: Pattern Matching precision problem

2018-02-24 Thread GZ
Question #664943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664943 GZ gave more information on the question: This is really bad. Braking my scripts. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #664943]: Pattern Matching precision problem

2018-02-24 Thread GZ
Question #664943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664943 Summary changed to: Pattern Matching precision problem Description changed to: There seems to be a problem between what is shown as a match in the Pattern Settings / Matching Preview and what is actually a

Re: [Sikuli-driver] [Question #664943]: Pattern Matching problem

2018-02-24 Thread GZ
Question #664943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664943 GZ gave more information on the question: Yes I can 100% reproduce that for hover and for findAll there is a very different minimum matching threshold, meaning the same number is resulting in a different

Re: [Sikuli-driver] [Question #664943]: Pattern Matching problem

2018-02-24 Thread GZ
Question #664943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664943 GZ gave more information on the question: And here is an other problem, Pattern Matching is not the same for the hover operation and for the findAll operation. For the exact same pattern on the exact same

[Sikuli-driver] [Question #664943]: Pattern Matching problem

2018-02-24 Thread GZ
New question #664943 on Sikuli: https://answers.launchpad.net/sikuli/+question/664943 There seems to be a problem between what is shown as a match in the Pattern Settings / Matching Preview and what is actually a match when using find or hover operations. Previously this used to be exactly the

Re: [Sikuli-driver] [Question #664904]: Log how many times image is clicked

2018-02-24 Thread RaiMan
Question #664904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664904 Description changed to: Hi All! I'm still new into sikuli, please bear with me. =) I've finally setup a basic script and its running fine but now I wanted to log how many times the script looped and like

Re: [Sikuli-driver] [Question #664904]: Log how many times image is clicked

2018-02-24 Thread RaiMan
Question #664904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664904 RaiMan posted a new comment: You are right: after having pressed the answer button, I thought already that mentioning "learn" was not correct. It unnecessarily raised the heat of the conversation as can be

Re: [Sikuli-driver] [Question #664904]: Log how many times image is clicked

2018-02-24 Thread Drei Alexander
Question #664904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664904 Drei Alexander posted a new comment: heheh.. still learning sir but thank you Mr. RainMan for the prompt support. whenever i search online, i find your name there. It really shows how helpful you are and

Re: [Sikuli-driver] [Question #664904]: Log how many times image is clicked

2018-02-24 Thread Drei Alexander
Question #664904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664904 Status: Answered => Solved Drei Alexander confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #664904]: Log how many times image is clicked

2018-02-24 Thread RaiMan
Question #664904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664904 RaiMan proposed the following answer: sorry: while True: -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #664904]: Log how many times image is clicked

2018-02-24 Thread RaiMan
Question #664904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664904 Status: Open => Answered RaiMan proposed the following answer: You have to learn a bit Python language ;-) a solution: loopCount = 0 clickCount = 0 while True loopCount += 1 if exists(image):

[Sikuli-driver] [Question #664904]: Log how many times image is clicked

2018-02-24 Thread Drei Alexander
New question #664904 on Sikuli: https://answers.launchpad.net/sikuli/+question/664904 Hi All! I'm still new into sikuli, please bear with me. =) I've finally setup a basic script and its running fine but now I wanted to log how many times the script looped and like how many times an image is

Re: [Sikuli-driver] [Question #664875]: creating standalone jar of sikuli jython scripts and related images

2018-02-24 Thread Akhil Ahuja
Question #664875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664875 Akhil Ahuja posted a new comment: fingers crossed! I also believe that this will turn out to be a useful feature. Because if you can distribute your work for others to use, it will always grow. Waiting very

Re: [Sikuli-driver] [Question #664875]: creating standalone jar of sikuli jython scripts and related images

2018-02-24 Thread RaiMan
Question #664875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664875 RaiMan proposed the following answer: ok, understood. thanks for the pointer to stackoverflow. The first answer indeed shows the stony way to get what you want. ... and is for version 1.0.1, which is no

Re: [Sikuli-driver] [Question #664875]: creating standalone jar of sikuli jython scripts and related images

2018-02-24 Thread Akhil Ahuja
Question #664875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664875 Akhil Ahuja posted a new comment: Develop scripts for automation using sikuli. Then distribute single jar file which can be run with java by simple double clicking the jar file. Because sikuli installation

Re: [Sikuli-driver] [Question #664201]: Sikuli clicks of target

2018-02-24 Thread Launchpad Janitor
Question #664201 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664201 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. --

Re: [Sikuli-driver] [Question #664875]: creating standalone jar of sikuli jython scripts and related images

2018-02-24 Thread RaiMan
Question #664875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664875 Status: Open => Answered RaiMan proposed the following answer: Sorry, but the above mentioned recipe still needs Java and SikuliX on the target system. If you want a package, that does not need SikuliX