[Sikuli-driver] [Question #269702]: Sikuli not pausing the script

2015-07-27 Thread Zoran Lisovac
New question #269702 on Sikuli: https://answers.launchpad.net/sikuli/+question/269702 I want to pause the execution of the script for 2 minutes: suite=unittest.TestLoader().loadTestsFromTestCase(Test1) suite.addTests(unittest.TestLoader().loadTestsFromTestCase(Test2)) result =

[Sikuli-driver] [Question #269704]: setShowActions or Settings configuration not taking effect

2015-07-27 Thread Tak Eda
New question #269704 on Sikuli: https://answers.launchpad.net/sikuli/+question/269704 Hello, It does not seem like the logging in the following script works besides clicking on the image successfully: [code] setShowActions(True) Settings.setShowActions(True) Settings.ActionLogs = True

Re: [Sikuli-driver] [Question #269664]: Sikuli loop with python

2015-07-27 Thread Cameron Jones
Question #269664 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269664 Status: Open = Needs information Cameron Jones requested more information: Are A and B both lists with 3 elements? If A and B always have an equal number of elements then you could do: for i in

Re: [Sikuli-driver] [Question #269664]: Sikuli loop with python

2015-07-27 Thread Wei Yang
Question #269664 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269664 Status: Needs information = Open Wei Yang gave more information on the question: Hi Cameron, thanks for your reply. Both A and B have an equal number of elements. I apologise for the typo in B, it

Re: [Sikuli-driver] [Question #269664]: Sikuli loop with python

2015-07-27 Thread Cameron Jones
Question #269664 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269664 Status: Open = Answered Cameron Jones proposed the following answer: Yeah that is my mistake, it should be just 'range(len(A)):' -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #269704]: setShowActions or Settings configuration not taking effect

2015-07-27 Thread Eugene S
Question #269704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269704 Status: Open = Answered Eugene S proposed the following answer: Hi, 1. You will always see the mouse moving on the screen unless you set Settings.MoveMouseDelay to 0. This will switch off any

Re: [Sikuli-driver] [Question #269664]: Sikuli loop with python

2015-07-27 Thread Wei Yang
Question #269664 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269664 Status: Answered = Open Wei Yang is still having a problem: the first part works, but the second part there is an error message. I wonder what causes the error. A=[111,222,333] B=[123.456.789] for i

[Sikuli-driver] [Question #269719]: sikuli connect postgre database

2015-07-27 Thread kiyo
New question #269719 on Sikuli: https://answers.launchpad.net/sikuli/+question/269719 I am sorry to bother you .I can not find any method to connect postgre database,can you give me any suggestion? -- You received this question notification because you are a member of Sikuli Drivers, which is

[Sikuli-driver] [Question #269718]: sikuli connect postgre database

2015-07-27 Thread kiyo
New question #269718 on Sikuli: https://answers.launchpad.net/sikuli/+question/269718 I am sorry to bother you .I can not find any method to connect postgre database,can you give me any suggestion? -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #269628]: function hover () has a great latency

2015-07-27 Thread stic
Question #269628 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269628 Status: Solved = Open stic is still having a problem: RaiMan , You can tell whether there is a function that returns the current cursor position in kordinaty ? This would help me a lot , I did not know

Re: [Sikuli-driver] [Question #269577]: Sikulix 1.1.0 handler return value

2015-07-27 Thread Dr. Xenofon Nastos
Question #269577 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269577 Status: Answered = Solved Dr. Xenofon Nastos confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #269628]: function hover () has a great latency

2015-07-27 Thread stic
Question #269628 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269628 Status: Answered = Solved stic confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,