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

Re: [Sikuli-driver] [Question #655511]: Waiting to do 1 of 2 actions

2017-08-13 Thread Manfred Hampl
Question #655511 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655511 Status: Open => Answered Manfred Hampl proposed the following answer: Your new code will loop forever in lines 13-15 You probably need a "break" inside this loop to continue processing below that part.

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

Re: [Sikuli-driver] [Question #654900]: how to update from Sikuli 1.0.1 to SikuliX 1.1.1

2017-08-13 Thread Anna Andraszek
Question #654900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/654900 Status: Needs information => Open Anna Andraszek gave more information on the question: Java 8 -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Question #655840]: delete a line from a text file

2017-08-13 Thread MJ
New question #655840 on Sikuli: https://answers.launchpad.net/sikuli/+question/655840 this is my current code that reads a line from a text file then types the in the screen. how do i delete the line from the text file? how do i append that line into another text file? idsList = [] # empty

Re: [Sikuli-driver] [Question #655840]: delete a line from a text file

2017-08-13 Thread MJ
Question #655840 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655840 MJ gave more information on the question: just read line 1 from text file1, delete that line, and append that line to file2 -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #655535]: open .bat file in seperate command prompt

2017-08-13 Thread arminius
Question #655535 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/655535 arminius posted a new comment: impossible is it? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.