Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-29 Thread Launchpad Janitor
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 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

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-13 Thread Mark McGuinn
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Status: Needs information => Open Mark McGuinn gave more information on the question: My apologies, I did not do a specific import of the routines, I thought that they would be imported automatically as

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-13 Thread RaiMan
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Status: Open => Needs information RaiMan requested more information: - I discovered that the image path does not contain the sub-routine folder as it apparently should This can only mean, that the

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-13 Thread Mark McGuinn
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Mark McGuinn gave more information on the question: Looking into the issue to try and find a workaround I discovered that the image path does not contain the sub-routine folder as it apparently should. If

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-13 Thread Mark McGuinn
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Mark McGuinn posted a new comment: HI, I was wonderng if anyone has had the time to look at this issue. If they have is it reproducible from the simple example above? -- You received this question

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-10 Thread Mark McGuinn
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Status: Answered => Open Mark McGuinn is still having a problem: Here is the simplest test case: result = test() print result which calls: def test(): click("1578666326196.png") return(0)

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-10 Thread RaiMan
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Status: Open => Answered RaiMan proposed the following answer: this works as it should: img = "img.png" hover(img) hover(getCenter()) wait(1) def someSub(): hover(img) someSub() So this is surely

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-10 Thread Mark McGuinn
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Status: Answered => Open Mark McGuinn is still having a problem: This is marked as answered but the bug remains. What do I need to do to confirm it is a bug? -- You received this question notification

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-06 Thread Mark McGuinn
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Description changed to: Below is a simple test case which shows the problem. The click command if called on its own works fine, however if you try to call it from a sub-routine then you get an exception

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-06 Thread milesmsith Smith
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 milesmsith Smith posted a new comment: ank you so much for this. I was into this issue and tired to tinker around to check if its possible but couldnt get it done. Now that i have seen the way you did

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-06 Thread RaiMan
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 Status: Open => Answered RaiMan proposed the following answer: FindFailed means, that the image is not visible on the screen in that moment. Please check this first. -- You received this question

Re: [Sikuli-driver] [Question #687794]: Calling a click from a sub-routine causes an exception.

2020-01-06 Thread RaiMan
Question #687794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687794 RaiMan posted a new comment: should be a question first -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.