Re: [Sikuli-driver] [Question #696094]: [2.0.5] click text in region does not work --- workaround

2021-03-19 Thread RaiMan
Question #696094 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696094 Linked to bug: #1920183 https://bugs.launchpad.net/bugs/1920183 "[2.0.5] click text in region does not work --- workaround" -- You received this question notification because your team Sikuli D

Re: [Sikuli-driver] [Question #696094]: [2.0.5] click text in region does not work --- workaround

2021-03-19 Thread RaiMan
Question #696094 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696094 Summary changed to: [2.0.5] click text in region does not work --- workaround Description changed to: possible bug -- workaround click(reg.findText(someText)) seems to

Re: [Sikuli-driver] [Question #696094]: Sikuli 2.0.5 - click text in region does not work

2021-03-19 Thread RaiMan
Question #696094 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696094 Status: Open => Answered RaiMan proposed the following answer: @ndinev Sorry, missed that. Seems you are using 2.0.4 this is indeed a bug, fixed in 2.0.5: https://github.com/RaiMan/SikuliX1/issues/

Re: [Sikuli-driver] [Question #696094]: Sikuli 2.0.5 - click text in region does not work

2021-03-18 Thread RaiMan
Question #696094 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696094 Status: Answered => Solved RaiMan changed the question status: so happy to be solved -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #696094]: Sikuli 2.0.5 - click text in region does not work

2021-03-18 Thread RaiMan
Question #696094 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696094 RaiMan posted a new comment: Both are functional equivalent: - have some region - wait for some text to appear or find it in that region - click the match @TestMechanic yours is the one-liner shortcut

Re: [Sikuli-driver] [Question #696076]: [2.0.5] IDE: macOS 11: problems with screen capture and mouse actions

2021-03-16 Thread RaiMan
Question #696076 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696076 Status: Open => Answered RaiMan proposed the following answer: from a discussion including the sqlite commands, this is my conclusion: -- I now found out: If you add an app or

Re: [Sikuli-driver] [Question #696076]: [2.0.5] IDE: macOS 11: problems with screen capture and mouse actions

2021-03-16 Thread RaiMan
Question #696076 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696076 Summary changed to: [2.0.5] IDE: macOS 11: problems with screen capture and mouse actions -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

[Sikuli-driver] [Bug 1919163] Re: [2.0.5] JDBC on windows doesn't work

2021-03-15 Thread RaiMan
This might be a problem with the now bundled Jython 2.7.2 ... but currently I do not have a solution for you, because the 2.0.5 cannot be run with an external Jython. So you have to stay with the 2.0.4 in the moment. When you are willing to run a test, I will provide you a 2.0.5 artefact without

Re: [Sikuli-driver] [Question #696053]: new to sikuli mac 2.0.5 NameError: name 'click' is not defined

2021-03-15 Thread RaiMan
Question #696053 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696053 RaiMan requested more information: System? Java? What did you download? -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX

Re: [Sikuli-driver] [Question #696007]: [2.0.5] 'HTMLTestRunner' object has no attribute 'isAborted' --- bug tracked on GitHub

2021-03-15 Thread RaiMan
Question #696007 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696007 Status: Open => Answered RaiMan proposed the following answer: imported scripts using SikuliX features must have as first line: from sikuli import * (See docs) -- You received this quest

Re: [Sikuli-driver] [Question #695896]: Unable to install in Win 10 Pro 64bit

2021-03-14 Thread RaiMan
Question #695896 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695896 RaiMan requested more information: does it work now? If yes, please mark this question as solved. -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #695896]: Unable to install in Win 10 Pro 64bit

2021-03-14 Thread RaiMan
Question #695896 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695896 Status: Open => Answered RaiMan proposed the following answer: just ignore it. It is just a first time usage problem, with no effect. will be fixed in 2.0.6 -- You received this question notificat

Re: [Sikuli-driver] [Question #696043]: [error] AttributeError ( 'javapackage' object has no attribute 'TextIOBase' )

2021-03-14 Thread RaiMan
Question #696043 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696043 Status: Open => Needs information RaiMan requested more information: what is xmlrunner? I cannot find a module named so in my context. -- You received this question notification because your t

Re: [Sikuli-driver] [Question #695986]: [2.0.5] IDE: Can't see full image in Target offset view --- enhancement tracked on GitHub

2021-03-13 Thread RaiMan
Question #695986 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695986 Summary changed to: [2.0.5] IDE: Can't see full image in Target offset view --- enhancement tracked on GitHub Description changed to: GitHub issue: https://github.com/RaiMan/SikuliX1/issue

Re: [Sikuli-driver] [Question #695986]: Can't see full image in SikuliX IDE\Target offset menu

2021-03-13 Thread RaiMan
Question #695986 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695986 Status: Open => Answered RaiMan proposed the following answer: ok, now I finally understood the problem. There currently is no solution. A workaround might be, to just "measure" the off

Re: [Sikuli-driver] [Question #696007]: [2.0.5] 'HTMLTestRunner' object has no attribute 'isAborted' --- bug tracked on GitHub

2021-03-13 Thread RaiMan
Question #696007 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696007 Description changed to: *** bug tracked on GitHub: https://github.com/RaiMan/SikuliX1/issues/432 -- Hi I am trying to do this in my testing,and I want

Re: [Sikuli-driver] [Question #696007]: [2.0.5] 'HTMLTestRunner' object has no attribute 'isAborted'

2021-03-13 Thread RaiMan
Question #696007 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696007 Status: Open => Answered RaiMan proposed the following answer: instead of runner = HTMLTestRunner.HTMLTestRunner() use myrunner = HTMLTestRunner.HTMLTestRunner() There is an internal n

Re: [Sikuli-driver] [Question #696007]: [2.0.5] 'HTMLTestRunner' object has no attribute 'isAborted' --- bug tracked on GitHub

2021-03-13 Thread RaiMan
Question #696007 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696007 Summary changed to: [2.0.5] 'HTMLTestRunner' object has no attribute 'isAborted' --- bug tracked on GitHub -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #696007]: [2.0.5] 'HTMLTestRunner' object has no attribute 'isAborted'

2021-03-13 Thread RaiMan
Question #696007 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696007 Summary changed to: [2.0.5] 'HTMLTestRunner' object has no attribute 'isAborted' -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #695986]: Can't see full image in SikuliX IDE\Target offset menu

2021-03-12 Thread RaiMan
Question #695986 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695986 Status: Open => Answered RaiMan proposed the following answer: try with the latest 2.0.5 -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #695896]: Unable to install in Win 10 Pro 64bit

2021-03-12 Thread RaiMan
Question #695896 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695896 Status: Open => Answered RaiMan proposed the following answer: seems to be 32-Bit. Please check. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #696004]: OCR to wait for Text to appear for some seconds simiar to find("image", 20)

2021-03-11 Thread RaiMan
Question #696004 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696004 Status: Open => Answered RaiMan proposed the following answer: Sorry, not available. Make yourself a def: def waitText(text, time): while time > 0: match = findText(text) if

Re: [Sikuli-driver] [Question #695896]: Unable to install in Win 10 Pro 64bit

2021-03-10 Thread RaiMan
Question #695896 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695896 Status: Needs information => Answered RaiMan proposed the following answer: Your Java must be a 64-Bit version. -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #695926]: Key.TAB not behaving as expected in a text box.

2021-03-09 Thread RaiMan
Question #695926 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695926 Status: Open => Answered RaiMan proposed the following answer: On Windows the keyboard layout is automatically evaluated. But this might somehow clash with your Citrix environment (... but I have

Re: [Sikuli-driver] [Question #695926]: Key.TAB not behaving as expected in a text box.

2021-03-09 Thread RaiMan
Question #695926 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695926 Status: Open => Needs information RaiMan requested more information: Which Java? Which SikuliX? -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #695896]: Unable to install in Win 10 Pro 64bit

2021-03-08 Thread RaiMan
Question #695896 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695896 RaiMan proposed the following answer: be sure to use the version 2.0.5 https://raiman.github.io/SikuliX1/downloads.html -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #695896]: Unable to install in Win 10 Pro 64bit

2021-03-08 Thread RaiMan
Question #695896 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695896 Status: Open => Answered RaiMan proposed the following answer: java -jar sikulix...jar means: sikulix...jar is to be replaced by the full path to the sikulix jar you want to use -- You received t

Re: [Sikuli-driver] [Question #695823]: [2.0.5] IDE: macOS: runScript: [error] ImagePath: find: not there: xxx.png

2021-03-07 Thread RaiMan
Question #695823 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695823 Status: Answered => Solved RaiMan changed the question status: ok, I will close this now. Wir reden dann weiter privat über Deine Fortschritte. Du weißt ja wo mein Maileingang wohnt ;-) Bleib ges

Re: [Sikuli-driver] [Question #695823]: [2.0.5] IDE: macOS: runScript: [error] ImagePath: find: not there: xxx.png

2021-03-07 Thread RaiMan
Question #695823 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695823 RaiMan requested more information: Since your image-not-found problem is on Java 11, I need the path's you are using for your scripts and images and an offending sample. You might send the stuff

Re: [Sikuli-driver] [Question #695823]: [2.0.5] IDE: macOS: runScript: [error] ImagePath: find: not there: xxx.png

2021-03-07 Thread RaiMan
Question #695823 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695823 Status: Open => Answered RaiMan proposed the following answer: Generell recommendation: If there is no other reason for using non-LTS Java versions, it is strongly recommended to either use the lat

Re: [Sikuli-driver] [Question #695896]: Unable to install in Win 10 Pro 64bit

2021-03-07 Thread RaiMan
Question #695896 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695896 Status: Open => Answered RaiMan proposed the following answer: You have to double click on the jar file or run from command line: java -jar sikulix...jar -- You received this question notificat

Re: [Sikuli-driver] [Question #695876]: repeating findBest question

2021-03-06 Thread RaiMan
Question #695876 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695876 Status: Open => Answered RaiMan proposed the following answer: findBest returns only one Match object like exists does (it is the one with the highest match score of all images found). For each im

Re: [Sikuli-driver] [Question #695885]: How to click on date which is Dynamically changing.

2021-03-06 Thread RaiMan
Question #695885 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695885 Status: Open => Needs information RaiMan requested more information: What do you get, when you check the created image in the SikuliX IDE Preview feature? -- You received this question notificat

Re: [Sikuli-driver] [Question #695869]: Set Sikuli MaxRunTime for a Test

2021-03-05 Thread RaiMan
Question #695869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695869 RaiMan proposed the following answer: Sorry, was for macOS. on Windows it is: type("C", Key.ALT) # stops the running script -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #695869]: Set Sikuli MaxRunTime for a Test

2021-03-05 Thread RaiMan
Question #695869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695869 RaiMan proposed the following answer: this is a quick&dirty solution, that works inside a script: from threading import Thread from threading import Event def toRun(waitTime, stop): maxTime

Re: [Sikuli-driver] [Question #695869]: Set Sikuli MaxRunTime for a Test

2021-03-05 Thread RaiMan
Question #695869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695869 Status: Open => Answered RaiMan proposed the following answer: currently not a feature of SikuliX. I will check the next days for a solution. --- possible ways - use system features in a comm

Re: [Sikuli-driver] [Question #695871]: [2.0.5] Linux: App.Open(some.sh) does not work and hangs

2021-03-04 Thread RaiMan
Question #695871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695871 Status: Open => Answered RaiMan proposed the following answer: I will check and come back. If urgent, try instead with Jython's os.Popen https://www.jython.org/jython-old-sites/docs

Re: [Sikuli-driver] [Question #695871]: [2.0.5] Linux: App.Open(some.sh) does not work and hangs

2021-03-04 Thread RaiMan
Question #695871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695871 Summary changed to: [2.0.5] Linux: App.Open(some.sh) does not work and hangs -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

[Sikuli-driver] [Bug 1917722] Re: [2.0.5] IDE: java.lang.ClassNotFoundException (org.apache.xerces.parsers.SAXParser)

2021-03-04 Thread RaiMan
Sorry, no solution currently. You have to stick with 2.0.4 and watch the issue on GitHub. ** Description changed: + * tracked on GitHub + https://github.com/RaiMan/SikuliX1/issues/426 + + Hello, the following program generates an error in version

[Sikuli-driver] [Bug 1917722] Re: [2.0.5] IDE: java.lang.ClassNotFoundException (org.apache.xerces.parsers.SAXParser)

2021-03-04 Thread RaiMan
. https://bugs.launchpad.net/bugs/1917722 Title: [2.0.5] IDE: java.lang.ClassNotFoundException (org.apache.xerces.parsers.SAXParser) Status in Sikuli: Confirmed Bug description: * tracked on GitHub https://github.com/RaiMan/SikuliX1/issues/426

Re: [Sikuli-driver] [Question #695823]: [2.0.5] IDE: macOS: runScript: [error] ImagePath: find: not there: xxx.png

2021-03-04 Thread RaiMan
Question #695823 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695823 RaiMan proposed the following answer: Did not receive anything I thought ;-) ... but it was taken as SPAM - LOL. I will check and come back here. -- You received this question notification because

Re: [Sikuli-driver] [Question #695853]: [2.0.5] Windows: OCR not working on some machines --- VC Redist 2015+ x64 needed

2021-03-04 Thread RaiMan
Question #695853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695853 Status: Open => Answered RaiMan proposed the following answer: SikuliX is 64-Bit only in all aspects from now on. So yes, you have to make sure that everything needed is 64-Bit. -- You received t

Re: [Sikuli-driver] [Question #695853]: [2.0.5] Windows: OCR not working on some machines --- VC Redist 2015+ x64 needed

2021-03-04 Thread RaiMan
Question #695853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695853 Description changed to: --- look here https://github.com/RaiMan/SikuliX1/wiki/Windows:-Problems-with-libraries-OpenCV-or-Tesseract --- In

Re: [Sikuli-driver] [Question #695853]: [2.0.5] Windows: OCR not working on some machines --- VC Redist 2015+ x64 needed

2021-03-04 Thread RaiMan
Question #695853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695853 Summary changed to: [2.0.5] Windows: OCR not working on some machines --- VC Redist 2015+ x64 needed -- You received this question notification because your team Sikuli Drivers is an answer contact for Siku

Re: [Sikuli-driver] [Question #695853]: OCR is not working in 2.0.5 but was working in 2.0.4

2021-03-04 Thread RaiMan
Question #695853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695853 Status: Open => Answered RaiMan proposed the following answer: You should check about the state of the VC Redistributable on the failing systems. You need a x64 version 2015+ On my Win10 it works w

Re: [Sikuli-driver] [Question #695823]: [2.0.5] IDE: macOS: runScript: [error] ImagePath: find: not there: xxx.png

2021-03-04 Thread RaiMan
Question #695823 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695823 Summary changed to: [2.0.5] IDE: macOS: runScript: [error] ImagePath: find: not there: xxx.png -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #695823]: [2.0.5] [error] ImagePath: find: not there: xxx.png

2021-03-04 Thread RaiMan
Question #695823 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695823 Removed link to bug: #1917408 https://bugs.launchpad.net/bugs/1917408 "[2.0.5] IDE: bundlePath having blanks in pathname do not work --- fixed" -- You received this question notification because

Re: [Sikuli-driver] [Question #695823]: [2.0.5] [error] ImagePath: find: not there: xxx.png

2021-03-04 Thread RaiMan
Question #695823 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695823 RaiMan requested more information: Could you give me some sample code, so I can really understand what you are doing. I only need the essential steps. You might send to sikulix---at---outlook---dot---com

Re: [Sikuli-driver] [Question #695823]: [2.0.5] [error] ImagePath: find: not there: xxx.png

2021-03-03 Thread RaiMan
Question #695823 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695823 RaiMan proposed the following answer: I just tested with the new version: After a runScript, the bundlePath is restored to what it was before the runScript (ImagePath entry 0) So there should be no need to

[Sikuli-driver] [Bug 1917408] Re: [2.0.5] getParentFolder(), getImagePath() breaks in 2.0.5 but was working on 2.0.4

2021-03-03 Thread RaiMan
@Chetan The space problem should be fixed. New artifacts are online. Test and feedback appreciated. ** Description changed: print("Parent",getParentFolder()) exit(2) using the above code in 2.0.4 output ('Parent', u'C:\\Perf\\Work\\Groups\\AntiPirates\\PDFNext\\Automations\\FeatT

Re: [Sikuli-driver] [Question #695823]: [2.0.5] [error] ImagePath: find: not there: xxx.png

2021-03-03 Thread RaiMan
Question #695823 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695823 RaiMan requested more information: Could you please try again with 2.0.5: new artifacts with a fix are online. Thanks. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #695823]: [2.0.5] [error] ImagePath: find: not there: xxx.png

2021-03-02 Thread RaiMan
Question #695823 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695823 Summary changed to: [2.0.5] [error] ImagePath: find: not there: xxx.png -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #695823]: [2.0.5] [error] ImagePath: find: not there: xxx.png

2021-03-02 Thread RaiMan
Question #695823 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695823 Status: Open => Answered RaiMan proposed the following answer: Please look at my answer in the related bug. Could you please paste the folder/filenames here of the failing scripts and the problema

[Sikuli-driver] [Bug 1917408] Re: getParentFolder(), getImagePath() breaks in 2.0.5 but was working on 2.0.4

2021-03-02 Thread RaiMan
ommitted ** Changed in: sikuli Importance: Undecided => High ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Summary changed: - getParentFolder(), getImagePath() breaks in 2.0.5 but was working on 2.0.4 + [2.0.5] getParentFolder(), getImagePath() breaks in

[Sikuli-driver] [Question #695823]: Status of bug #1917408 changed to 'Fix Committed' in Sikuli

2021-03-02 Thread RaiMan
Bug #1917408 status changed in Sikuli: New => Fix Committed https://bugs.launchpad.net/sikuli/+bug/1917408 "getParentFolder(), getImagePath() breaks in 2.0.5 but was working on 2.0.4" This bug is linked to #695823. [error] ImagePath: find: not there: xxx.png https://answers.launchpad.net/sik

Re: [Sikuli-driver] [Question #695754]: FindBest(); return if image is not found on Disk or on Screen

2021-02-26 Thread RaiMan
Question #695754 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695754 Description changed to: enhancement tracked on GitHub: https://github.com/RaiMan/SikuliX1/issues/425 - we use findBest() to pass mulitple images. now there

Re: [Sikuli-driver] [Question #695754]: [request] FindBest(); return if image is not found on Disk or on Screen

2021-02-26 Thread RaiMan
Question #695754 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695754 Summary changed to: [request] FindBest(); return if image is not found on Disk or on Screen -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #695754]: FindBest(); return if image is not found on Disk or on Screen

2021-02-26 Thread RaiMan
Question #695754 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695754 Status: Open => Answered RaiMan proposed the following answer: ok, understood. ... but: image-not-on-disk is a pre-find condition. this check is currently only available with the single find ops (f

Re: [Sikuli-driver] [Question #695745]: Traceback error

2021-02-26 Thread RaiMan
Question #695745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695745 Status: Open => Answered RaiMan proposed the following answer: possible reasons: - Media Feature Pack not installed (N, KN windows version) - a suitable Visual C++ Redistributable Package is miss

Re: [Sikuli-driver] [Question #695745]: Traceback error

2021-02-26 Thread RaiMan
Question #695745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695745 RaiMan proposed the following answer: If the problem persists, please paste texts here (no screenshots) for script and error messages. run from command line with parameters -v -c -- You received this

Re: [Sikuli-driver] [Question #695621]: ioerror for just open txt file on windows server 2016

2021-02-25 Thread RaiMan
Question #695621 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695621 Status: Open => Answered RaiMan proposed the following answer: correct filename? what about the extension? -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #695715]: Using VM's: Get ScreenResolution when no monitor is present --- not possible

2021-02-24 Thread RaiMan
Question #695715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695715 Status: Open => Answered RaiMan proposed the following answer: You have to create some own command script or program, that evaluates the VM's resolution and run it from within a SikuliX script.

Re: [Sikuli-driver] [Question #695715]: Using VM's: Get ScreenResolution when no monitor is present --- not possible

2021-02-24 Thread RaiMan
Question #695715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695715 Summary changed to: Using VM's: Get ScreenResolution when no monitor is present --- not possible -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #695712]: IDE: exit in try: block throws Exception

2021-02-23 Thread RaiMan
Question #695712 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695712 Status: Open => Answered RaiMan proposed the following answer: I do not understand, why the concept cannot be done without using try/except. -- You received this question notification because y

Re: [Sikuli-driver] [Question #695712]: IDE: exit in try: block throws Exception --- workaround

2021-02-23 Thread RaiMan
Question #695712 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695712 Summary changed to: IDE: exit in try: block throws Exception --- workaround Description changed to: workaround see comment #1 - Hi i wish to gracefully end my

Re: [Sikuli-driver] [Question #695712]: exit throws Exception

2021-02-23 Thread RaiMan
Question #695712 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695712 Status: Open => Answered RaiMan proposed the following answer: apparently it is not possible to exit() without exception from a try: block this works: shouldExit = False try: print &

Re: [Sikuli-driver] [Question #695667]: Issue with Hotkey

2021-02-21 Thread RaiMan
Question #695667 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695667 Status: Open => Answered RaiMan proposed the following answer: exit() cannot be used in the handler, since it stops the application here (hence the IDE). You have to tell the main script, that

Re: [Sikuli-driver] [Question #695520]: So I worte this function and sometimes its able to grabbed the text in table and sometimes it doesnt

2021-02-19 Thread RaiMan
Question #695520 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695520 RaiMan proposed the following answer: Sorry, but if you do not find any differences between running and failing samples, then I cannot help you. might be, that 2.0.5 (March 1st) brings some enhancement

Re: [Sikuli-driver] [Question #695624]: Find Path of image search when multiple imagepath are present

2021-02-19 Thread RaiMan
Question #695624 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695624 Status: Open => Answered RaiMan proposed the following answer: try with someMatch.getImageFilename() -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #695640]: Is Sikuli supported with Amazon Corretto JAVA

2021-02-19 Thread RaiMan
Question #695640 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695640 Status: Open => Answered RaiMan proposed the following answer: SikuliX is developed on OpenJDK 11+. The compiled code is compatible with Java 8+. I use packages from AdoptOpenJDK. In doubt you sim

Re: [Sikuli-driver] [Question #695351]: Sikuli OCR does not work in some resolution

2021-02-19 Thread RaiMan
Question #695351 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695351 Status: Open => Needs information RaiMan requested more information: send me a screenshot to sikulix---at---outlook---dot---com -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #695612]: [request] use wait with multiple images in findBest() before returning none --- fixed in 2.0.5

2021-02-18 Thread RaiMan
Question #695612 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695612 Summary changed to: [request] use wait with multiple images in findBest() before returning none --- fixed in 2.0.5 -- You received this question notification because your team Sikuli Drivers is an answer c

Re: [Sikuli-driver] [Question #695612]: [request] use wait with multiple images in findBest() before returning none

2021-02-18 Thread RaiMan
Question #695612 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695612 Summary changed to: [request] use wait with multiple images in findBest() before returning none Description changed to: tracked on GitHub: https://github.com/RaiMan/SikuliX1/issues/422

Re: [Sikuli-driver] [Question #695612]: use wait with multiple images in findBest() before returning none

2021-02-18 Thread RaiMan
Question #695612 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695612 Status: Open => Solved RaiMan changed the question status: ok, thanks for feedback. will be available in 2.0.5 in 1st variant (like wait()) the request will be tracked on gitHub -- You received t

Re: [Sikuli-driver] [Question #695612]: use wait with multiple images in findBest() before returning none

2021-02-18 Thread RaiMan
Question #695612 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695612 Status: Open => Needs information RaiMan requested more information: I can implement a waitAny(time, images...) and a waitBest(time, images...) in 2.0.5 How to interpret the wait time one can think

Re: [Sikuli-driver] [Question #695611]: How to Search Mulitple images of different resolution and return 1 match

2021-02-18 Thread RaiMan
Question #695611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695611 Status: Open => Solved RaiMan changed the question status: I guess this is related to the other question where you ask about findBest() -- You received this question notification because your t

Re: [Sikuli-driver] [Question #695571]: App.open("Chrome.exe") launches windows explorer and not chrome

2021-02-17 Thread RaiMan
Question #695571 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695571 Status: Open => Answered RaiMan proposed the following answer: on Windows you have to live with that. Only things on the current %PATH% are executed with those shortcuts. -- You received t

Re: [Sikuli-driver] [Question #695520]: So I worte this function and sometimes its able to grabbed the text in table and sometimes it doesnt

2021-02-17 Thread RaiMan
Question #695520 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695520 RaiMan proposed the following answer: Ok, that is a problem with SikuliX's OCR: it sometimes fails. You have to catch the failing cases and check, what might be different. -- You received this que

Re: [Sikuli-driver] [Question #695577]: Specify targetOffset(). to match object

2021-02-17 Thread RaiMan
Question #695577 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695577 Status: Open => Answered RaiMan proposed the following answer: The intended use of targetOffset() is with a Pattern() object: somePattern = Pattern(someImage).targetOffset(x, y) click(somePattern) Y

Re: [Sikuli-driver] [Question #695520]: So I worte this function and sometimes its able to grabbed the text in table and sometimes it doesnt

2021-02-16 Thread RaiMan
Question #695520 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695520 Status: Open => Answered RaiMan proposed the following answer: tested and did not have a problem. your approach principally works. You have to check seperately, wether text() has a problem with y

Re: [Sikuli-driver] [Question #695562]: Build 2.0.5. Expected Release Date? --- March 1st 2021

2021-02-16 Thread RaiMan
Question #695562 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695562 Status: Open => Answered RaiMan proposed the following answer: progress: https://github.com/RaiMan/SikuliX1/wiki/ZZZ-Bug-Fixes -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #695562]: Build 2.0.5. Expected Release Date? --- March 1st 2021

2021-02-16 Thread RaiMan
Question #695562 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695562 Summary changed to: Build 2.0.5. Expected Release Date? --- March 1st 2021 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

[Sikuli-driver] [Bug 1530436] Re: [2.0.4] Mac: not possible to get SikuliX to front with App.focus("SikuliX") --- workaround???

2021-02-15 Thread RaiMan
** Changed in: sikuli Importance: High => Low ** Changed in: sikuli Importance: Low => Wishlist -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1530436 Title: [2.0.4] Mac: not possible to ge

Re: [Sikuli-driver] [Question #683431]: Null text returned with region.text in version 1.1.4

2021-02-14 Thread RaiMan
Question #683431 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683431 Status: Answered => Invalid RaiMan changed the question status: do not add asking comments to old questions post new questions. -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #695534]: region.text() does not work on SikuliX 1.1.4 --- no longer supported

2021-02-14 Thread RaiMan
Question #695534 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695534 Status: Open => Answered RaiMan proposed the following answer: 1.1.4 is no longer supported you should switch to 2.0.4 if possible BTW: text() does not accept a parameter. Not sure what you want

Re: [Sikuli-driver] [Question #695534]: region.text() does not work on SikuliX 1.1.4 --- no longer supported

2021-02-14 Thread RaiMan
Question #695534 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695534 Summary changed to: region.text() does not work on SikuliX 1.1.4 --- no longer supported -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

[Sikuli-driver] [Bug 1872116] Re: [2.0.4] IDE: Windows: END button on keyboard moves cursor one space to left --- workaround

2021-02-14 Thread RaiMan
** Description changed: + posible enhancement: https://github.com/RaiMan/SikuliX1/issues/421 workaround This only happens in the last line of a script, if it is not ended with a line-feed. So take care, to have an empty line as last line of the script

Re: [Sikuli-driver] [Question #694589]: Sikuli code in Sikuli-IDE doesn't appear

2021-02-14 Thread RaiMan
Question #694589 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694589 Status: Answered => Solved RaiMan changed the question status: tracked on GitHub -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Bug 1872116] Re: [2.0.4] IDE: Windows: END button on keyboard moves cursor one space to left

2021-02-14 Thread RaiMan
f Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1872116 Title: [2.0.4] IDE: Windows: END button on keyboard moves cursor one space to left --- workaround Status in Sikuli: Won't Fix Bug description: posible enhancement: https://github.com/RaiMan/Sikuli

[Sikuli-driver] [Bug 1873743] Re: [2.0.4] error when importing xlrd module (encoding error) --- workaround

2021-02-14 Thread RaiMan
** Changed in: sikuli Status: In Progress => Fix Committed ** Changed in: sikuli Importance: High => Critical ** Summary changed: - [2.0.4] error when importing xlrd module (encoding error) --- workaround + [2.0.4] error when importing xlrd module (encoding error) --- workaround --- f

[Sikuli-driver] [Bug 1872116] Re: [2.0.4] IDE: Windows: END button on keyboard moves cursor one space to left

2021-02-14 Thread RaiMan
** Summary changed: - END button on keyboard moves cursor one space to left + [2.0.4] IDE: Windows: END button on keyboard moves cursor one space to left -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bu

[Sikuli-driver] [Bug 1881240] Re: [2.0.4] findText() or find("some text") not working --- workaround

2021-02-14 Thread RaiMan
** Changed in: sikuli Importance: High => Medium -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1881240 Title: [2.0.4] findText() or find("some text") not working --- workaround Status in Siku

[Sikuli-driver] [Bug 1887175] Re: [request] Find every match of multiple patterns (something like findAnyListAll())

2021-02-14 Thread RaiMan
** Changed in: sikuli Importance: Medium => Wishlist -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1887175 Title: [request] Find every match of multiple patterns (something like findAnyListA

[Sikuli-driver] [Bug 1888678] Re: [request] Randomized mouse route from A to B?

2021-02-14 Thread RaiMan
** Changed in: sikuli Importance: Low => Wishlist -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1888678 Title: [request] Randomized mouse route from A to B? Status in Sikuli: In Progress B

[Sikuli-driver] [Bug 1856719] Re: [2.0.4] CvException "Sizes of input arguments do not match" with observeInBackground and automasked images --- GitHub #347

2021-02-14 Thread RaiMan
ch" with observeInBackground and automasked images --- GitHub #347 Status in Sikuli: Invalid Bug description: now tracked in GitHub: https://github.com/RaiMan/SikuliX1/issues/347 Hello, I'm using SikuliX-2.0.1

[Sikuli-driver] [Bug 1915397] [NEW] [2.0.4] addImagePath after runScript() --- fixed in 2.0.5

2021-02-11 Thread RaiMan
ikuli Importance: Critical Assignee: RaiMan (raimund-hocke) Status: Fix Committed ** Changed in: sikuli Status: New => Fix Committed ** Changed in: sikuli Importance: Undecided => Critical ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke)

Re: [Sikuli-driver] [Question #695145]: [2.0.4] addImagePath after runScript() --- fixed in 2.0.5

2021-02-11 Thread RaiMan
Question #695145 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695145 Summary changed to: [2.0.4] addImagePath after runScript() --- fixed in 2.0.5 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

[Sikuli-driver] [Question #695145]: Status of bug #1915397 changed to 'Fix Committed' in Sikuli

2021-02-11 Thread RaiMan
Bug #1915397 status changed in Sikuli: New => Fix Committed https://bugs.launchpad.net/sikuli/+bug/1915397 "[2.0.4] addImagePath after runScript() --- fixed in 2.0.5" This bug is linked to #695145. [2.0.4] addImagePath after runScript() --- fixed in 2.0.5 https://answers.launchpad.net/sikuli

Re: [Sikuli-driver] [Question #695145]: [2.0.4] addImagePath after runScript() --- fixed in 2.0.5

2021-02-11 Thread RaiMan
Question #695145 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695145 Linked to bug: #1915397 https://bugs.launchpad.net/bugs/1915397 "[2.0.4] addImagePath after runScript() --- fixed in 2.0.5" -- You received this question notification because your team Sikuli Dr

Re: [Sikuli-driver] [Question #695145]: addImagePath after runScript()

2021-02-11 Thread RaiMan
Question #695145 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695145 Status: Expired => Solved RaiMan changed the question status: is fixed in 2.0.5 (the image path is restored after each runScript - even when nested)) -- You received this question notification beca

<    4   5   6   7   8   9   10   11   12   13   >