Re: [Sikuli-driver] [Question #267553]: Run Sikuli Script using Windows Task Scheduler in Windows 7

2015-06-06 Thread Eugene Maslov
Question #267553 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267553 Status: Open = Answered Eugene Maslov proposed the following answer: skish, If nothing happens before the window is closed, it can mean that something is wrong in the mytests.sikuli script and it dies

[Sikuli-driver] [Question #267835]: How to wait for an Image or a duplicated Image

2015-06-06 Thread eduardobedoya
New question #267835 on Sikuli: https://answers.launchpad.net/sikuli/+question/267835 How can I wait for an Image (eg. RedStartImg) but sometimes there is already a RedStartImg in the screen and it will appear a second one, How can I wait for that second RedStartImg? sometimes there are two

Re: [Sikuli-driver] [Question #267700]: Is there a way to append strings to clipboard?

2015-06-06 Thread eduardobedoya
Question #267700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267700 Status: Answered = Solved eduardobedoya confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #267835]: How to wait for a duplicated Image (Img already in screen, wait for a duplicated Img)

2015-06-06 Thread eduardobedoya
Question #267835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267835 Summary changed to: How to wait for a duplicated Image (Img already in screen, wait for a duplicated Img) -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #267725]: How to change findAll WaitTimeout individually

2015-06-06 Thread eduardobedoya
Question #267725 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267725 Summary changed to: How to change findAll WaitTimeout individually Description changed to: Hi, I would like to change the default WaitTimeout of a single findAll I know Settings.AutoWaitTimeout =

Re: [Sikuli-driver] [Question #267835]: How to wait for a duplicated Image (Img already in screen, wait for a duplicated Img)

2015-06-06 Thread Manfred Hampl
Question #267835 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267835 Status: Open = Needs information Manfred Hampl requested more information: Are you able to predict in which part of the screen the new image will appear or is this unpredictable? -- You received this

[Sikuli-driver] [Question #267843]: Please, I need help with a looping through a list

2015-06-06 Thread chy
New question #267843 on Sikuli: https://answers.launchpad.net/sikuli/+question/267843 Hi! So I have a long script that logs in to accounts and does some actions then logs out, then repeats. I made a list of the logins that I want the script to loop through, but ONE BY ONE as the script starts

Re: [Sikuli-driver] [Question #267843]: Please, I need help with a looping through a list

2015-06-06 Thread chy
Question #267843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267843 Description changed to: Hi! So I have a long script that logs in to accounts and does some actions then logs out, then repeats. I made a list of the logins that I want the script to loop through, but ONE BY

Re: [Sikuli-driver] [Question #216583]: Sikuli script to press multiple key combinations in windows

2015-06-06 Thread Roman Podolyan
Question #216583 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216583 Roman Podolyan proposed the following answer: @eduardobedoya To achieve that, type must be put into For loop. Like this: for i in Range(4): type(Key.Enter)

Re: [Sikuli-driver] [Question #216583]: Sikuli script to press multiple key combinations in windows

2015-06-06 Thread Roman Podolyan
Question #216583 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216583 Roman Podolyan proposed the following answer: Oops, sorry, Range(5), not 4. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #267855]: java.lang.NullPointerException

2015-06-06 Thread Jonathan
Question #267855 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267855 Jonathan gave more information on the question: Just to add I am using a MAC with OS X version 10.9.5 -- You received this question notification because you are a member of Sikuli Drivers, which is an

[Sikuli-driver] [Question #267855]: java.lang.NullPointerException

2015-06-06 Thread Jonathan
New question #267855 on Sikuli: https://answers.launchpad.net/sikuli/+question/267855 When running my script I get:- [error] script [ main ] stopped with error in line 10 [error] java.lang.NullPointerException ( java.lang.NullPointerException: !!WHILE IMPORTING!!

Re: [Sikuli-driver] [Question #267855]: java.lang.NullPointerException

2015-06-06 Thread Jonathan
Question #267855 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267855 Jonathan gave more information on the question: I think the file is 172KB after a bit more investigation -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #267843]: Please, I need help with a looping through a list

2015-06-06 Thread chy
Question #267843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267843 Status: Open = Solved chy confirmed that the question is solved: Never mind, I figured it out! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer