Re: [Sikuli-driver] [Question #664839]: Issue with wait() and type()

2018-03-01 Thread RaiMan
Question #664839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664839 Status: Open => Answered RaiMan proposed the following answer: Very hard to get behind the reason in such situations. BTW: type() and write() internally are the same: using the features of Java Robot

Re: [Sikuli-driver] [Question #664839]: Issue with wait() and type()

2018-03-01 Thread sharon
Question #664839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664839 sharon posted a new comment: Any updates from anyone? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #664839]: Issue with wait() and type()

2018-02-26 Thread sharon
Question #664839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664839 Status: Answered => Open sharon is still having a problem: Our actual application to be automated is NOT notepad. This is just for the sample as we can not share the actual application. It is

Re: [Sikuli-driver] [Question #664839]: Issue with wait() and type()

2018-02-23 Thread RaiMan
Question #664839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664839 Status: Open => Answered RaiMan proposed the following answer: my test on Windows 10 / Java 8 (should not make a difference) using a newly setup SikuliX 1.1.1 switchApp("Notepad") # wait(2) wtime = 3

Re: [Sikuli-driver] [Question #664839]: Issue with wait() and type()

2018-02-23 Thread sharon
Question #664839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664839 Status: Needs information => Open sharon gave more information on the question: OS - Windows 7 - 32 bit Sikuli Version - 1.1.1 -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #664839]: Issue with wait() and type()

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

[Sikuli-driver] [Question #664839]: Issue with wait() and type()

2018-02-22 Thread sharon
New question #664839 on Sikuli: https://answers.launchpad.net/sikuli/+question/664839 We are trying out some python code using sikuli. We have a target, a notepad and we are trying to enter something in notepad with the below code. while(true) wait(1) type(key.DOWN) wait(1)