[Sikuli-driver] [Question #692812]: Problem for using some Sikuli keywords with robotframework

2020-09-08 Thread MAR
On Region [${x},${y},${w3},${h2}], TMS.png Documentation: Click On Region there's no offset to be configured works with the keyword Get Extended Region From Start / End / Elapsed: 20200908 17:03:07.557 / 20200908 17:03:07.558 / 00:00:00.001 17:03:07.558FAILKeyword 'SikuliLibrary.Click

Re: [Sikuli-driver] [Question #692727]: OCR.oem(0) crash when variables set

2020-09-08 Thread matteoa
Question #692727 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692727 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #692723]: OCR.readLines how to intepret results?

2020-09-08 Thread matteoa
Question #692723 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692723 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #692801]: When I import other sikulix scripts, I will be prompted with a fail to import error

2020-09-08 Thread RaiMan
Question #692801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692801 Status: Open => Answered RaiMan proposed the following answer: #!/usr/bin/python # -*- coding: utf-8 -*- - not needed in main script If imported scripts contain non-ascii characters, then only # -*-

Re: [Sikuli-driver] [Question #692801]: When I import other sikulix scripts, I will be prompted with a fail to import error

2020-09-08 Thread tangmingzhu
Question #692801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692801 tangmingzhu gave more information on the question: a.sikulix -- #!/usr/bin/python # -*- coding: utf-8 -*- from LTEQuJIHuo import * LTEQuJIHuo.test() -- You received this question

[Sikuli-driver] [Question #692801]: When I import other sikulix scripts, I will be prompted with a fail to import error

2020-09-08 Thread tangmingzhu
New question #692801 on Sikuli: https://answers.launchpad.net/sikuli/+question/692801 LTEQuJIHuo.sikulix #!/usr/bin/python # -*- coding: utf-8 -*- def test(): click(a.png) a.sikulix -- #!/usr/bin/python # -*- coding: utf-8 -*- from LTEQuJIHuo import * b.tests()