Re: [Sikuli-driver] [Question #647132]: Sikuli - Python : Compare text from two different applications

2017-07-08 Thread masuo
Question #647132 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647132 Status: Open => Answered masuo proposed the following answer: You have to do SikuliX setting to activate OCR feature. open SikulixIDE type Ctrl + p to open setting window click [more options...] butto

[Sikuli-driver] [Question #647142]: SikuliX isn't working with mouse capture in VirtualBox

2017-07-08 Thread Simon Chase
New question #647142 on Sikuli: https://answers.launchpad.net/sikuli/+question/647142 In VirtualBox (a virtual machine software), you can navigate around the virtual machine with mouse capture. This means you click on the window, and your cursor freezes and a new cursor appears inside your [virt

Re: [Sikuli-driver] [Question #647132]: Sikuli - Python : Compare text from two different applications

2017-07-08 Thread Jp17
Question #647132 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/647132 Description changed to: 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 is only printing 'Value does not match'. Just to me

[Sikuli-driver] [Question #647132]: Sikuli - Python : Compare text from two different applications

2017-07-08 Thread Jp17
New question #647132 on Sikuli: https://answers.launchpad.net/sikuli/+question/647132 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 is only printing 'Value does not match'. Just to mention I have switched on t

Re: [Sikuli-driver] [Question #644558]: Delayed screenshot in a Pass testcase with HTMLTestRunner

2017-07-08 Thread Launchpad Janitor
Question #644558 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644558 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question no

Re: [Sikuli-driver] [Question #646899]: [error] TypeError ( 'int' object is not callable )

2017-07-08 Thread Manfred Hampl
Question #646899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/646899 Manfred Hampl proposed the following answer: Oops, sorry, now I ommitted brackets, it must of course be ml = Env.getMouseLocation() total = ml.getX() + centerX print ml.getX() print total -- You received t

Re: [Sikuli-driver] [Question #646899]: [error] TypeError ( 'int' object is not callable )

2017-07-08 Thread Manfred Hampl
Question #646899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/646899 Status: Open => Answered Manfred Hampl proposed the following answer: You need to get better in python basics. You have to understand the difference between using variables (no brackets) and calling fun