Re: [Sikuli-driver] [Question #677361]: How do i import python modules into sikuliX script ?

2020-09-11 Thread jerome
Question #677361 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677361 jerome posted a new comment: That would be fantastic! I am running linux (ubuntu if it matters) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #677361]: How do i import python modules into sikuliX script ?

2020-09-10 Thread jerome
Question #677361 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677361 jerome posted a new comment: I need to use OpenCV to perform actions based on input that is more abstract than a screenshot match can do. -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #677361]: How do i import python modules into sikuliX script ?

2020-09-10 Thread jerome
Question #677361 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677361 jerome posted a new comment: Thank you... this is potentially a stupid question but I am weak on Java I need to import https://docs.opencv.org/3.4/javadoc/org/opencv/features2d/SimpleBlobDetector.html but

Re: [Sikuli-driver] [Question #677361]: How do i import python modules into sikuliX script ?

2020-09-09 Thread jerome
Question #677361 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/677361 jerome posted a new comment: I, too, need CV2 available if anyone has had any luck with this. Simply trying initially... import org.sikuli.script.RunTime as RT RT.loadLibrary(RT.libOpenCV); Gives me an

Re: [Sikuli-driver] [Question #691602]: Highest possible exactness for Match?

2020-06-30 Thread jerome
Question #691602 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691602 Status: Needs information => Open jerome gave more information on the question: 2.0.4, sure I'll end them now -- You received this question notification because your team Sikuli Drivers is a

[Sikuli-driver] [Bug 1885680] [NEW] Pattern.similar values over 0.99 are overwritten as .exact() by the IDE when saving

2020-06-30 Thread jerome
Public bug reported: Saving a method in sikuli IDE like has(Pattern("screenshot").similar(0.999)) == False is overwritten by the IDE on opening to be has(Pattern("screenshot"). exact()) == False ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notif

Re: [Sikuli-driver] [Question #691602]: Highest possible exactness for Match?

2020-06-30 Thread jerome
Question #691602 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691602 Linked to bug: #1885680 https://bugs.launchpad.net/bugs/1885680 "Pattern.similar values over 0.99 are overwritten as .exact() by the IDE when saving" -- You received this question notification

[Sikuli-driver] [Question #691602]: Highest possible exactness for Match?

2020-06-30 Thread jerome
New question #691602 on Sikuli: https://answers.launchpad.net/sikuli/+question/691602 I'm having an issue trying to detect transparent images that appear over a background image. The way I've been approaching this is to take a screenshot of the background image and to call a method like transp

[Sikuli-driver] [Question #689737]: OCR does not install on ubuntu 18.04

2020-04-06 Thread jerome
New question #689737 on Sikuli: https://answers.launchpad.net/sikuli/+question/689737 When I try to use text() on a region in ubuntu 18.04 I get the following error... [error] see: https://github.com/RaiMan/SikuliX1/wiki/macOS-Linux:-Support-libraries-for-Tess4J-Tesseract-4-OCR [error] Save you

Re: [Sikuli-driver] [Question #689702]: OCR Useage

2020-04-05 Thread jerome
Question #689702 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689702 jerome requested more information: I have 2.0.4 and simply installing the packages tesseract-ocr libtesseract-dev continues to result in a NoClassDef error. Can we at least get some documentation on this

Re: [Sikuli-driver] [Question #688238]: Sikuli doesn't see opened applications on mac os

2020-01-25 Thread Jerome
Question #688238 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688238 Status: Open => Solved Jerome confirmed that the question is solved: OK I finally got it ! I think I messed up when initially the macos popup asked me to authorize java to register screen. Once

Re: [Sikuli-driver] [Question #688238]: Sikuli doesn't see opened applications on mac os

2020-01-25 Thread Jerome
Question #688238 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688238 Jerome gave more information on the question: here's sikuli script I use import org.sikuli.script.ImagePath; ImagePath.setBundlePath('/Users/jman/Documents/sikuli/images');

Re: [Sikuli-driver] [Question #688238]: Sikuli doesn't see opened applications on mac os

2020-01-25 Thread Jerome
Question #688238 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688238 Status: Answered => Open Jerome is still having a problem: just checked. We are talking about java, right ? It is not present in the list of applications in Screen Recording tab, in Security preferen

[Sikuli-driver] [Question #688238]: Sikuli doesn't see opened applications on mac os

2020-01-25 Thread Jerome
New question #688238 on Sikuli: https://answers.launchpad.net/sikuli/+question/688238 Hi, My environment: - Mac OS Catalina 15.2 - SikuliX 2.0.1, fresh install When invoking screen.capture(), Sikuli always save an "empty" desktop, with no apps running. You know, the desktop with only the defau

[Sikuli-driver] [Question #665050]: In Eclipse, I just want to execute wait function after every single action performed....Can i mention in single line wait command??

2018-02-27 Thread jerome
New question #665050 on Sikuli: https://answers.launchpad.net/sikuli/+question/665050 I just have multiple action , i need to wait some interval of time for every action. And also Wait function, Waitvanish is not properly wait for the image in Eclipse, then moved to the next action. Code:

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-18 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 Status: Answered => Solved jerome confirmed that the question is solved: Sure...Thanks Raiman -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-18 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 jerome confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-15 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 jerome posted a new comment: Only Java Programming with Sikuli -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-15 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 jerome posted a new comment: Wow Thanks Raiman...Its working fine ...can i have any links or doc for working sikuli in eclipse -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-15 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 Description changed to: Ctrl+T, Ctrl+T , Ctrl+E.not working...Plz assist me in this. Code: package sikulipak; import org.sikuli.script.FindFailed; import org.sikuli.script.Key; import org.sikuli.sc

[Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-15 Thread jerome
New question #664439 on Sikuli: https://answers.launchpad.net/sikuli/+question/664439 Ctrl+T, Ctrl+T , Ctrl+E.not working...Plz assist me in this. Code: package sikulipak; import org.sikuli.script.FindFailed; import org.sikuli.script.Key; import org.sikuli.script.KeyModifier; import org

Re: [Sikuli-driver] [Question #664402]: Exception in thread "main" java.lang.NoSuchMethodError: org.sikuli.basics.Debug.init()V

2018-02-14 Thread jerome
Question #664402 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664402 Status: Answered => Solved jerome confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #664350]: Can I have the procedure or steps to use sikuli in Eclipse

2018-02-14 Thread jerome
Question #664350 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664350 Status: Answered => Solved jerome confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is

[Sikuli-driver] [Question #664402]: Exception in thread "main" java.lang.NoSuchMethodError: org.sikuli.basics.Debug.init()V

2018-02-14 Thread jerome
New question #664402 on Sikuli: https://answers.launchpad.net/sikuli/+question/664402 I have added following Jar's in Eclipse: sikulixsetup-1.1.1.jar sikulixapi.jar sikuli-setup.jar I got the below error while running the code: Exception in thread "main" java.lang.NoSuchMethodError: org.sikuli.

[Sikuli-driver] [Question #664350]: Can I have the procedure or steps to use sikuli in Eclipse

2018-02-13 Thread jerome
New question #664350 on Sikuli: https://answers.launchpad.net/sikuli/+question/664350 I would like to write sikuli scripts in Eclipse not in Sikuli IDE. Hence i need to know, what are all the stuffs i need to set or import in Eclipse. Can I have full Instruction or example for this... -- You

[Sikuli-driver] [Question #664347]: Is there any option in sikuli to encrypt password in text file and decrypt the data get as the input

2018-02-13 Thread jerome
New question #664347 on Sikuli: https://answers.launchpad.net/sikuli/+question/664347 I just want to store my username and password in a text file. The file should be encrypted, while run the script , i just want to decrypt the file and read the password as input from the file. -- You receiv

Re: [Sikuli-driver] [Question #235809]: IDE startup throws: [error] Location: outside any screen

2014-10-31 Thread aiguillon jerome
Question #235809 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235809 aiguillon jerome posted a new comment: Hi all, Got the same problem on kubuntu, (kubuntu 14.10 on a laptop with dual screen, sikuli 1.0.1) thanks to RaiMan information I can find the workaround for linux

Re: [Sikuli-driver] [Question #244196]: [SIKULI-JAVA] How to create a BufferedImage on the ActiveWindows

2014-02-20 Thread Jerome
Question #244196 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244196 Status: Answered => Solved Jerome confirmed that the question is solved: Thanks Raiman, that solve my problem -- You received this question notification because you are a member of Sikuli Driv

[Sikuli-driver] [Question #244196]: [SIKULI-JAVA] How to create a BufferedImage on the ActiveWindows

2014-02-18 Thread Jerome
don't know the content of the activewindow (it could be a browser, an explorer,...) Thanks Jerome P.S : I work with eclipse with a jre7 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer con

[Sikuli-driver] [Question #217505]: What does Sikuli use for generating keyboard events?

2012-12-23 Thread Jerome Turner
New question #217505 on Sikuli: https://answers.launchpad.net/sikuli/+question/217505 Hey, What does Sikuli use for generating keyboard events? Cheers -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 917667] Re: X-1.0rc3: Mac: Command line UnitTesting failes due to spaces in Path

2012-01-20 Thread Jerome Turner
@RaiMan, this issue occurs when using pythons unittest also and running from commandline using -r only (not -t). I finally worked it out after some trial and error. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launch

Re: [Sikuli-driver] [Question #174213]: Sikuli Worked - Then When I tried Re-Lauching it says Cannot Launch Java application

2012-01-19 Thread Jerome Turner
Question #174213 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/174213 Jerome Turner posted a new comment: What are you using sikuli for at the moment?? Are you writing unit tests using "unittest" or "junit"? or just basic scripts in the IDE? (I was quit

Re: [Sikuli-driver] [Question #174213]: Sikuli Worked - Then When I tried Re-Lauching it says Cannot Launch Java application

2012-01-19 Thread Jerome Turner
Question #174213 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/174213 Jerome Turner posted a new comment: Cheers Bob, Im finally getting my unittests to work, with the HTML reporting. Looking to integrate it into Hudson. Its such a cool tool. -- You received this question

Re: [Sikuli-driver] [Question #174213]: Sikuli Worked - Then When I tried Re-Lauching it says Cannot Launch Java application

2012-01-19 Thread Jerome Turner
Question #174213 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/174213 Jerome Turner posted a new comment: For anyone that comes across this thread, this issue seems to be created because I had spaces in the folder name where I stored my xxx.sikuli files. When I tried to run

Re: [Sikuli-driver] [Question #166838]: Get test a to run before test b

2012-01-18 Thread Jerome Turner
Question #166838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166838 Jerome Turner requested more information: @RaiMan [Quote]BTW: If you want to be the master of the test environment, use the Python unit test yourself and run your tests from command line:[/Quote] What do

Re: [Sikuli-driver] [Question #174213]: Sikuli Worked - Then When I tried Re-Lauching it says Cannot Launch Java application

2012-01-18 Thread Jerome Turner
Question #174213 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/174213 Jerome Turner posted a new comment: Im also getting that error :( How did you fix it? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for