[Sikuli-driver] [Question #665546]: SikulixIDE 1.1.2 Click a random place inside an image

2018-03-13 Thread PowerPenguin
New question #665546 on Sikuli: https://answers.launchpad.net/sikuli/+question/665546 Hi! I'm new to Python (but not to coding) and there's something I'm trying to do but I'm not sure how to do it. I want to click an image that appears in the screen several times (not one after other, after

Re: [Sikuli-driver] [Question #665546]: SikulixIDE 1.1.2 Click a random place inside an image

2018-03-13 Thread PowerPenguin
Question #665546 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665546 Status: Answered => Solved PowerPenguin confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #665630]: SikulixIDE 1.1.2 - Take a screenshot in the script and save it permanently

2018-03-14 Thread PowerPenguin
Question #665630 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665630 Status: Answered => Solved PowerPenguin confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #665630]: SikulixIDE 1.1.2 - Take a screenshot in the script and save it permanently

2018-03-14 Thread PowerPenguin
New question #665630 on Sikuli: https://answers.launchpad.net/sikuli/+question/665630 Hi! I'm working with Python and I would like to take a screenshot of a certain region of the screen and save it to use it later on another script. I read in other questions that the screenshots that are taken

Re: [Sikuli-driver] [Question #665855]: SikulixIDE 1.1.2 - Would it be possible to optimize a long if/elsif/else loop with exists() inside?

2018-03-19 Thread PowerPenguin
Question #665855 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665855 PowerPenguin posted a new comment: Alright, it's ok then, thank you very much for your help! I have one last question, but it's alright if I don't receive an answer on this. If I were to make this work, what

Re: [Sikuli-driver] [Question #665855]: SikulixIDE 1.1.2 - Would it be possible to optimize a long if/elsif/else loop with exists() inside?

2018-03-17 Thread PowerPenguin
Question #665855 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665855 Description changed to: Hello, I have a long piece of code and I was wondering if it would be possible to optimise it so it goes faster. I have to check certain region of the screen constantly to see what

[Sikuli-driver] [Question #665855]: SikulixIDE 1.1.2 - Would it be possible to optimize a long if/elsif/else loop with exists() inside?

2018-03-17 Thread PowerPenguin
New question #665855 on Sikuli: https://answers.launchpad.net/sikuli/+question/665855 Hello, I have a long piece of code and I was wondering if it would be possible to optimise it so it goes faster. I have to check certain region of the screen constantly to see what appears in it. The problem

Re: [Sikuli-driver] [Question #665855]: SikulixIDE 1.1.2 - Would it be possible to optimize a long if/elsif/else loop with exists() inside?

2018-03-18 Thread PowerPenguin
Question #665855 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665855 Status: Answered => Open PowerPenguin is still having a problem: Hi, thank you for that. I haven't tried it, but now I have. I loaded the images inside an array, but I noticed with the de

[Sikuli-driver] [Question #682845]: ImportError: No module named math

2019-08-13 Thread PowerPenguin
New question #682845 on Sikuli: https://answers.launchpad.net/sikuli/+question/682845 I'm using Windows 10, 64 bits. I'm trying to create a random number and if I add the line: import random To my code, I get this error: [error] script [ testing ] stopped with error in line 1 [error]