Re: [Sikuli-driver] [Question #170179]: How compare text from a region and integer

2017-07-07 Thread Jp17
Question #170179 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170179 Jp17 posted a new comment: Just to mention the OCR is switched on. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #170179]: How compare text from a region and integer

2017-07-07 Thread Jp17
Question #170179 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170179 Jp17 posted a new comment: Hi, I have tried the following code to verify values in two different applications but it does not seem to work and the message log only printing 'Value does not match'. Could you

Re: [Sikuli-driver] [Question #170179]: How compare text from a region and integer

2011-09-06 Thread Dude
Question #170179 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170179 Status: Answered = Solved Dude confirmed that the question is solved: Hi, Thanks a lot , solution 2 works for me -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #170179]: How compare text from a region and integer

2011-09-06 Thread Dude
Question #170179 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170179 Dude 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, which is an answer contact for

Re: [Sikuli-driver] [Question #170179]: How compare text from a region and integer

2011-09-05 Thread RaiMan
Question #170179 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170179 Status: Open = Answered RaiMan proposed the following answer: if you do it this way, either n must be a string or m must be a number. 1. both as string: n= 73 if m==n: print exact match else: