[Sikuli-driver] [Question #687980]: Where can I find examples of SikulixServer being used

2020-01-13 Thread Steven Alvarez
New question #687980 on Sikuli: https://answers.launchpad.net/sikuli/+question/687980 I'm trying to utilize the information from the following: https://github.com/RaiMan/SikuliX1/wiki/New-SikulixServer-Design#groups To run a Sikulix server and then execute a script on the server from a

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

[Sikuli-driver] [Question #687968]: Debugging JRuby-using SikuliX

2020-01-13 Thread Georgi Serbezov
New question #687968 on Sikuli: https://answers.launchpad.net/sikuli/+question/687968 Hi all, I am truing to build something not too simple in SikuliX using JRuby (using modules and classes ) and it seems I came to the point where I desperately need some descriptive debugging info. What I

[Sikuli-driver] [Question #687966]: Python 2.7 EOL

2020-01-13 Thread Marc Summers
New question #687966 on Sikuli: https://answers.launchpad.net/sikuli/+question/687966 Just wondering, now that Python 2.7 has reached its end of life are there any long term issues involved with this or just keep using Python 2.7 ? Looks like Jython 2.7.2 beta was released in Nov. 2019 -- You

Re: [Sikuli-driver] [Question #686849]: [2.0.1] HTMLTestRunner: stream.close(): AttributeError ( '_TestResult' object has no attribute 'isAborted' )

2020-01-13 Thread TestMechanic
Question #686849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686849 TestMechanic proposed the following answer: He is the solution: in htmltestrunner.py locate the main class and add "isAborted" method. Here is an example: class HTMLTestRunner(Template_mixin): """

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