Re: [Sikuli-driver] [Question #246184]: Click buttons until there are none OR click away error prompt

2014-03-28 Thread Eugene S
Question #246184 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246184 Status: Open => Answered Eugene S proposed the following answer: Hi, You can try something like that: while True: wait(1) # Give some time for each button to appear if exists("button.png"):

Re: [Sikuli-driver] [Question #246137]: Start Sikuli scripts at a specific time

2014-03-28 Thread Mujeebu Rahman
Question #246137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246137 Mujeebu Rahman posted a new comment: Hi Eugene, In case of MAC how i can achieve the timely run. Regards. -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #246137]: Start Sikuli scripts at a specific time

2014-03-28 Thread Marius
Question #246137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246137 Status: Answered => Solved Marius confirmed that the question is solved: Thank you very much for the solution! -- You received this question notification because you are a member of Sikuli Drivers, whi

Re: [Sikuli-driver] [Question #246176]: Making an image from text

2014-03-28 Thread RaiMan
Question #246176 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246176 Status: Open => Answered RaiMan proposed the following answer: Hey, you stumbled upon one of the things missing in Sikuli from the beginning ;-) It is on the list, and the implementation will simply use

Re: [Sikuli-driver] [Question #245376]: How to integrate sikuli with python unit tests?

2014-03-28 Thread Launchpad Janitor
Question #245376 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245376 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 #246133]: mismatched input 's' expecting NEWLINE error is raised when I tried to find a region.

2014-03-28 Thread RaiMan
Question #246133 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246133 RaiMan proposed the following answer: sorry, a name clash of variable right and function right(): activityNametext = hover(activityRegion.find(activity)); regRight = activityNametext.right(500) activityName

[Sikuli-driver] [Question #246184]: Click buttons until there are none OR click away error prompt

2014-03-28 Thread Nick
New question #246184 on Sikuli: https://answers.launchpad.net/sikuli/+question/246184 I'd like to click the same button over and over again until it goes away (and sometimes) click ok if/ when an error message comes up, preventing the original button from being clicked... -- You received this

[Sikuli-driver] [Question #246176]: Making an image from text

2014-03-28 Thread Eugene Maslov
New question #246176 on Sikuli: https://answers.launchpad.net/sikuli/+question/246176 First of all, Raimund, thank you for the great product. Now, this is my question. I was trying to run the same Sikuli tests with the same application on different Linux machines, and they failed too often, be

[Sikuli-driver] [Bug 1262727] Re: [1.0.1] IDE crashes when clicking "target offset" button in "Pattern Settings Dialog"

2014-03-28 Thread RaiMan
** Changed in: sikuli Status: Opinion => Fix Committed ** Changed in: sikuli Importance: Undecided => High ** Changed in: sikuli Milestone: None => 1.1.0 ** Tags added: fkt-multimonitor -- You received this bug notification because you are a member of Sikuli Drivers, which is sub

Re: [Sikuli-driver] [Question #245842]: Perform validations using the sikuli

2014-03-28 Thread obiwan-92
Question #245842 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245842 Status: Open => Answered obiwan-92 proposed the following answer: Hello. I see. :) So, in this case you have a third way. If I take your example with the calculator, I can do it with this : click("b5.p

Re: [Sikuli-driver] [Question #246070]: How to write error in cmd when I run sikuli from cmd

2014-03-28 Thread Jianing
Question #246070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246070 Jianing posted a new comment: Actually, my problem is how to write the text in sikuli message box into a log file when I run sikuli from cmd, sorry for confuse others tell me it should redirect the path, and