Re: [Sikuli-driver] [Question #675498]: Remote Testing With Sikuli VNC

2018-11-11 Thread Launchpad Janitor
Question #675498 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675498 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

[Sikuli-driver] [Question #676064]: How to make fast clicks

2018-11-11 Thread Elia Jo
New question #676064 on Sikuli: https://answers.launchpad.net/sikuli/+question/676064 Hi, First I think this is a great software and I love it. I want to make a script that can click different positions very fast with up to 30-40 clicks per second. Is this possible? I am using Mac OSX 10.12.6

[Sikuli-driver] [Question #676063]: How to make fast clicks

2018-11-11 Thread Elia Jo
New question #676063 on Sikuli: https://answers.launchpad.net/sikuli/+question/676063 Hi, First I think this is a great software and I love it. I want to make a script that can click different positions very fast with up to 30-40 clicks per second. Is this possible? I have searched and found

[Sikuli-driver] [Bug 1801077] Re: Not able to install sikulix 1.1.4 version in my Ubuntu16.04.5 machine in Azure

2018-11-11 Thread cat123
This workflow worked in my case. I think the reason was a clash with the previous installations of Sikuli (I had used 1.1.2 and 1.1.3 versions before). 1. Delete the folder: C:\Users\Your_User_Name\AppData\Roaming\Sikulix 2. Run the script again. 3. For some reason, I had an error at first try

Re: [Sikuli-driver] [Question #676073]: result.hasNext() Not working correctly?

2018-11-11 Thread Yuriy
Question #676073 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676073 Status: Open => Solved Yuriy confirmed that the question is solved: decided by using another function -- You received this question notification because your team Sikuli Drivers is an answer contact

[Sikuli-driver] [Question #676075]: TypeError ( 'int' object is not callable )

2018-11-11 Thread William Wilkins
New question #676075 on Sikuli: https://answers.launchpad.net/sikuli/+question/676075 My problem code is as follows: tloop=0 num=input("number?") num=int(num) while tloop <= num: .. My error is that it say "[error] TypeError ( 'int' object is not callable )" Also if I remove

[Sikuli-driver] [Question #676073]: result.hasNext() Not working correctly?

2018-11-11 Thread Yuriy
New question #676073 on Sikuli: https://answers.launchpad.net/sikuli/+question/676073 Hi! False - always leads to a crash. What is the meaning of this function? How to continue the script if the function returns False? -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #676064]: How to make fast clicks

2018-11-11 Thread masuo
Question #676064 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676064 Status: Open => Answered masuo proposed the following answer: Try low-level-mouse-actions https://sikulix-2014.readthedocs.io/en/latest/region.html#low-level-mouse-and-keyboard-actions -- You received