Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-08-13 Thread layanor
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 Status: Answered => Solved layanor confirmed that the question is solved: Thanks Manfred Hampl, that solved my question. -- You received this question notification because your team Sikuli Drivers is a

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-08-13 Thread Manfred Hampl
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 Status: Open => Answered Manfred Hampl proposed the following answer: For a random letter you can use python standard functions. Something like myList=["a","s","d","z","x","c"] import random for x in ra

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-08-12 Thread layanor
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 Status: Answered => Open layanor is still having a problem: test -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-08-02 Thread layanor
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 layanor posted a new comment: Yes random. I know it is a odd request :) Also, how do I lock these key presses to a specific window so I can be doing other things as these are typing? -- You received this q

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-08-02 Thread dinev
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 dinev posted a new comment: Do you really need them random ... or just shoot them in particular order is ok. Random means that some key may never be send... -- You received this question notification becau

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-08-02 Thread layanor
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 layanor posted a new comment: Thank you very much! I would like to randomize the keys it hits. One of six keys until the picture is gone. a,s,d,z,x,c Do I keep asking questions in this thread or a new one?

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-08-01 Thread dinev
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 dinev proposed the following answer: Change the sleep(1) to sleep(0.1) after type("c") Sleep time is in seconds - 0.1 is 100ms However please note that exist command also take some non zero time to be execut

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-08-01 Thread layanor
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 layanor posted a new comment: This does work. However typing c is going very slowly. Is there a way to make this quickly respond? Also thank you for helping me out. Cutting all of that extra code out was ver

Re: [Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-07-31 Thread dinev
Question #654244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654244 Status: Open => Answered dinev proposed the following answer: "I am looking for a simple script that will watch for an image, type the letter c until the image is gone. then wait for the image to come ba

[Sikuli-driver] [Question #654244]: Waiting for image, type command, then waits again

2017-07-30 Thread layanor
New question #654244 on Sikuli: https://answers.launchpad.net/sikuli/+question/654244 I am looking for a simple script that will watch for an image, type the letter c until the image is gone. then wait for the image to come back again indefinitely. I have looked at many videos and tutorials an