Re: [Sikuli-driver] [Question #253471]: help

2014-08-23 Thread Eugene S
Question #253471 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253471 Status: Open = Answered Eugene S proposed the following answer: Hi, Please make sure: 1. The full pattern is on the screen and nothing is blocking it or any parts of it. 2. The saved image is exactly

Re: [Sikuli-driver] [Question #253449]: Can any calculation be done using sikuli and coparision of two numeric values?

2014-08-23 Thread Eugene S
Question #253449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253449 Status: Open = Answered Eugene S proposed the following answer: Hi, Sikuli is sitting on top of Jython (unless you're using the Java jars) which means that you can fully utilize the language. So if you

Re: [Sikuli-driver] [Question #253449]: Can any calculation be done using sikuli and coparision of two numeric values?

2014-08-23 Thread Subhasree Mohapatra
Question #253449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253449 Linked to bug: #253449 https://bugs.launchpad.net/bugs/253449 terminal displays error when unpausing -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #253449]: Can any calculation be done using sikuli and coparision of two numeric values?

2014-08-23 Thread Subhasree Mohapatra
Question #253449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253449 Status: Answered = Open Subhasree Mohapatra is still having a problem: Hi, Thanks for your response. But can a scenario like , a numeric value from a textbox ( the value getting prepopulated on its

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2014-08-23 Thread sathya
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 sathya posted a new comment: I'm new to sikuli and this is my first question here. I just want to add a screenshot in my html report..Below is my requirement. Thanks in advance :) def test():

Re: [Sikuli-driver] [Question #253449]: Can any calculation be done using sikuli and coparision of two numeric values?

2014-08-23 Thread Eugene S
Question #253449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253449 Status: Open = Answered Eugene S proposed the following answer: To read excel file you can use Python xlrd module which should work fine with Sikuli. You can download it here:

Re: [Sikuli-driver] [Question #253471]: help

2014-08-23 Thread Jonas Maurer
Question #253471 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253471 Jonas Maurer requested more information: you get that error because your application did not find the pattern you were looking for. can you please be more elaborate on what exactly are you trying to do? --