[Sikuli-driver] [Question #667091]: Click on random places

2018-03-22 Thread Robert
New question #667091 on Sikuli: https://answers.launchpad.net/sikuli/+question/667091 I am using Sikuli as Java library. I am making a screenshot, and giving path to screenshot, but mous clicks on random places. Why can it be, Also can you write an example of path in Mac. -- You received t

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-22 Thread RaiMan
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Open => Needs information RaiMan requested more information: what Mac? what Java? what SikuliX? -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-22 Thread Robert
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Needs information => Open Robert gave more information on the question: Macbook pro. OS 10.13. 2 version. Java: 1.8.0 _16-1-b12 SikuliX 1.1.0 On Thu, Mar 22, 2018 at 6:08 PM, RaiMan < question66

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-22 Thread RaiMan
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Open => Answered RaiMan proposed the following answer: please upgrade to 1.1.2 I guess the Java version is 1.8.0 _161-b12 ??? What exactly are you doing? paste your code snippet. -- You recei

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-22 Thread Robert
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Answered => Open Robert is still having a problem: Screen screen = new Screen(); Pattern p = new Pattern("/Users/goldgames/Documents/SikuliX/ScreenShots/aaa.png"); screen.wait(p,2).click(); T

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-23 Thread RaiMan
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Open => Answered RaiMan proposed the following answer: FindFailed means it does not find the image on the screen at the moment it runs. Please get familiar with the concepts and features of Siku

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-23 Thread Robert
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Answered => Open Robert is still having a problem: The thing is that the image is there. And as i said, even if there was not any error, it was just clicking on random place. Do you think it has

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-23 Thread RaiMan
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Open => Answered RaiMan proposed the following answer: 1.1.2: you should upgrade in any case (1.1.0 I do not supported any more) Is it only clicking once in a random place? If yes, you have to

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-23 Thread Robert
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Answered => Open Robert is still having a problem: Also keyDown and keyUp methods doesn't work properly. On Fri, Mar 23, 2018 at 12:23 PM, RaiMan < question667...@answers.launchpad.net> wrote:

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-23 Thread Robert
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Robert posted a new comment: I will try to make screen shots with SikuliX IDE. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-23 Thread RaiMan
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Open => Answered RaiMan proposed the following answer: --- Also keyDown and keyUp methods doesn't work properly. You will not get any help with such unspecific statements. We have to ask for mor

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-23 Thread RaiMan
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 RaiMan proposed the following answer: ... and screenshots of the IDE do not help and cannot be attached here anyways. just paste your code snippet here, so someone who decides to try to help you can paste it

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-23 Thread RaiMan
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 RaiMan requested more information: ... and you did not answer my questions from comment #7 Is it only clicking once in a random place? BTW: Retina display? This behavior does not motivate to help you. --

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-23 Thread Robert
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Robert gave more information on the question: Yes, my display is retina On Fri, Mar 23, 2018 at 1:34 PM, Robert P wrote: > Yes it is just clicking once and finishes. > > I will copy my code again. > Is th

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-23 Thread Robert
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Answered => Open Robert is still having a problem: Yes it is just clicking once and finishes. I will copy my code again. Is there everything correct in how the path is written? On Fri, Mar 23,

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-23 Thread Robert
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Robert posted a new comment: import org.sikuli.script.*; import java.awt.event.KeyEvent; public class Main { public static void main(String[] args) throws InterruptedException, FindFailed { Sc

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-23 Thread RaiMan
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Open => Answered RaiMan proposed the following answer: --- Retina upgrade to 1.1.2 and use the SikuliX IDE to shoot your images --- handling of the images: - save a script as "/Users/goldgames/D