Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-05 Thread Hossain Abeer
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Answered => Open Hossain Abeer is still having a problem: But I have used other methods too, but still couldn't detect the other two images. Your method #2 didn't work as well. In all the cases,

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-05 Thread Hossain Abeer
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Hossain Abeer gave more information on the question: Hi, after many trials and errors, i have come up with this script. click(G) while True: if exists(A, 0) or exists(B, 0) or exists(C, 0):

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-05 Thread RaiMan
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 RaiMan proposed the following answer: Sorry for doubling, the thread is rather complex ;-) ... after having done, what is needed for the different appearance combinations, it might be necessary to start all

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-05 Thread RaiMan
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Open => Answered RaiMan proposed the following answer: if exists(A, 3600) or exists(B, 3600) or exists(C, 3600): will never work in your sense, since the or-condition is true if the first test

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-05 Thread Hossain Abeer
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Answered => Open Hossain Abeer is still having a problem: Hi RaiMan, thanks for dropping in. Finally, i can get to talk to the legend of Sikuli. Do it need to end the script with else: sle

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-05 Thread RaiMan
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Open => Answered RaiMan proposed the following answer: if I understand your intention right and the indentation, then this script should never end: # this loop will run forever, see comment whil

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-05 Thread RaiMan
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 RaiMan proposed the following answer: Nevertheless: the solution in comment #21 is the more general solution: # now with an outer loop, that needs to be interrupted using "ALT+SHFT+C" while True: while T

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-05 Thread Hossain Abeer
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Answered => Solved Hossain Abeer confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Question #641244]: Enter text?

2017-06-05 Thread starbaek
New question #641244 on Sikuli: https://answers.launchpad.net/sikuli/+question/641244 Hi, Is there a way for sikuliX to automate entering text? Thank you! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #641244]: Enter text?

2017-06-05 Thread RaiMan
Question #641244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/641244 Status: Open => Answered RaiMan proposed the following answer: best ist use paste(). see docs. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikul

[Sikuli-driver] [Question #641440]: instagram scraping

2017-06-05 Thread MJ
New question #641440 on Sikuli: https://answers.launchpad.net/sikuli/+question/641440 is it possible to use sikuli to scrape content without selenium from socialhaus.net? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __