Re: [Sikuli-driver] [Question #697643]: Tesseract library problems

2021-06-22 Thread Roger F Borrello Jr
Question #697643 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697643 Status: Open => Solved Roger F Borrello Jr confirmed that the question is solved: It looks like "sudo apt-get install libleptonica-dev" was required to get the "tesseract" b

[Sikuli-driver] [Question #697643]: Tesseract library problems

2021-06-21 Thread Roger F Borrello Jr
New question #697643 on SikuliX: https://answers.launchpad.net/sikuli/+question/697643 I receive the below error when I try to use "findText": [error] see: https://github.com/RaiMan/SikuliX1/wiki/macOS-Linux:-Support-libraries-for-Tess4J-Tesseract-4-OCR [error] Save your work, correct the

Re: [Sikuli-driver] [Question #697643]: Tesseract library problems

2021-06-22 Thread Roger F Borrello Jr
Question #697643 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697643 Status: Answered => Open Roger F Borrello Jr is still having a problem: Thank you for the answer. However, the Sikuli documentation mentions that 4.x of tasseract is required. Is this not the c

Re: [Sikuli-driver] [Question #697864]: Running IDE sikulixide-2.0.5.jar hangs

2021-07-08 Thread Roger F Borrello Jr
Question #697864 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697864 Status: Answered => Open Roger F Borrello Jr is still having a problem: Some more information... even though you don't think you can help me, I believe you know the code better than I. I was a

Re: [Sikuli-driver] [Question #697865]: Issue with PSC in Observer.java trying to build SikuliX1-2.0.5-final

2021-07-08 Thread Roger F Borrello Jr
Question #697865 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697865 Status: Answered => Open Roger F Borrello Jr is still having a problem: Any chance you could make available the "catch" file contents after running: mvn -X -l catch clean compile That w

[Sikuli-driver] [Question #697957]: getpass echos password

2021-07-12 Thread Roger F Borrello Jr
New question #697957 on SikuliX: https://answers.launchpad.net/sikuli/+question/697957 I have a little snippet of code shown below, which logs me into a web page. However, the password is retrieved "in the clear". import getpass def waitText(text, time):

[Sikuli-driver] [Question #697864]: Running IDE sikulixide-2.0.5.jar hangs

2021-07-05 Thread Roger F Borrello Jr
New question #697864 on SikuliX: https://answers.launchpad.net/sikuli/+question/697864 Using Linux Mint 20.1, which is using Ubuntu 20.04 code base, the IDE never displays. There are 2 Java processes starting. The first is the original java-jar, and the jstack indicates it is running a Unix

[Sikuli-driver] [Question #697865]: Issue with PSC in Observer.java trying to build SikuliX1-2.0.5-final

2021-07-05 Thread Roger F Borrello Jr
New question #697865 on SikuliX: https://answers.launchpad.net/sikuli/+question/697865 I am not 100% sure I am building correctly, but I was running "mvn compile" from the SikuliX1-2.0.5-final directory. It results in: rfb@rfb:~/projects/SikuliX1-2.0.5-final$ mvn compile [INFO] Scanning for

Re: [Sikuli-driver] [Question #697865]: Issue with PSC in Observer.java trying to build SikuliX1-2.0.5-final

2021-07-08 Thread Roger F Borrello Jr
Question #697865 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697865 Status: Answered => Solved Roger F Borrello Jr confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #697865]: Issue with PSC in Observer.java trying to build SikuliX1-2.0.5-final

2021-07-08 Thread Roger F Borrello Jr
Question #697865 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697865 Roger F Borrello Jr posted a new comment: Thanks. It did. -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX

Re: [Sikuli-driver] [Question #697864]: Running IDE sikulixide-2.0.5.jar hangs

2021-07-08 Thread Roger F Borrello Jr
Question #697864 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697864 Status: Answered => Solved Roger F Borrello Jr confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #697943]: Stuck in Sikulix-IDE 2.0.5 is starting on Java 8

2021-07-14 Thread Roger F Borrello Jr
Question #697943 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697943 Roger F Borrello Jr posted a new comment: I received the same hang on my Linux workstation, and was also told to move from Java 8 to a newer Java. I tried Java 11, and it was successful. Later I tried

Re: [Sikuli-driver] [Question #697957]: getpass echos password

2021-07-13 Thread Roger F Borrello Jr
Question #697957 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697957 Status: Answered => Solved Roger F Borrello Jr confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #697943]: Stuck in Sikulix-IDE 2.0.5 is starting on Java 8

2021-07-15 Thread Roger F Borrello Jr
Question #697943 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697943 Roger F Borrello Jr posted a new comment: Update the Java on the Windows 10 desktop to OpenJDK 11, and the same problem of the IDE hanging after the splash screen. I tried removing the appdata\roaming

[Sikuli-driver] [Question #698070]: Basic use for multiple platforms/browsers

2021-07-21 Thread Roger F Borrello Jr
New question #698070 on SikuliX: https://answers.launchpad.net/sikuli/+question/698070 Hi. I have looked over some questions/answers like https://answers.launchpad.net/sikuli/+question/675303 to determine if our usage of capturing testcases on one environment, and running them on another is

Re: [Sikuli-driver] [Question #698070]: Basic use for multiple platforms/browsers

2021-07-21 Thread Roger F Borrello Jr
Question #698070 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698070 Status: Answered => Open Roger F Borrello Jr is still having a problem: Thank you for that information. It was helpful. I have some small follow-ups, due to your recommendation to create repositor

Re: [Sikuli-driver] [Question #697943]: Stuck in Sikulix-IDE 2.0.5 is starting on Java 8

2021-07-15 Thread Roger F Borrello Jr
Question #697943 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697943 Roger F Borrello Jr proposed the following answer: I removed the actual directory where my project was, because the output from -v -c was showing that even though I had wiped out the AppData contents

Re: [Sikuli-driver] [Question #697943]: Stuck in Sikulix-IDE 2.0.5 is starting on Java 8

2022-06-13 Thread Roger F Borrello Jr
Question #697943 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697943 Roger F Borrello Jr posted a new comment: Hi RaiMan. Is there any movement on this? Also, should I stay away from Java 14 and stick with Java 11 to be in the best setup? -- You received this question

Re: [Sikuli-driver] [Question #245842]: Perform validations using the sikuli

2022-09-26 Thread Roger F Borrello Jr
Question #245842 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/245842 Roger F Borrello Jr posted a new comment: Mujeebu's issue is the same as I am having, but unfortunately the answer was not posted. I have fields (in a web form) that I cannot get the Control-C copy

[Sikuli-driver] [Bug 1996099] [NEW] targetOffset is stripped by IDE when using variables for x and y

2022-11-09 Thread Roger F Borrello Jr
Public bug reported: Using: sikulixide-2.0.5.jar OS: Linux (does *not* happen on Windows) When I utilize variables to store x/y in targetOffset(x,y) such as: x = 10 y = 130 click(Pattern("the_image.png").targetOffset(x,y)) If I toggle the thumbnail setting on and off, this is stripped down to: x