Re: [Sikuli-driver] [Question #665421]: [1.1.1] Mac: Setup: downloads blocked from OSSRH (Maven snapshots)

2018-03-14 Thread Ke Chen
Question #665421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665421 Ke Chen posted a new comment: I did installed Java 6 on my system too -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #665630]: SikulixIDE 1.1.2 - Take a screenshot in the script and save it permanently

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

Re: [Sikuli-driver] [Question #665421]: [1.1.1] Mac: Setup: downloads blocked from OSSRH (Maven snapshots)

2018-03-14 Thread Ke Chen
Question #665421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665421 Status: Answered => Open Ke Chen is still having a problem: I want to try to install sikulix IDE onto my machine to see if I can run manually on IDE to see if sikuli is able to find the image on the

Re: [Sikuli-driver] [Question #665630]: SikulixIDE 1.1.2 - Take a screenshot in the script and save it permanently

2018-03-14 Thread masuo
Question #665630 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665630 Status: Open => Answered masuo proposed the following answer: Try this. import shutil r = Region(0,0,200,200) screen = Screen() tmpfile = screen.capture(r).getFile() shutil.move(tmpfile,

[Sikuli-driver] [Question #665630]: SikulixIDE 1.1.2 - Take a screenshot in the script and save it permanently

2018-03-14 Thread PowerPenguin
New question #665630 on Sikuli: https://answers.launchpad.net/sikuli/+question/665630 Hi! I'm working with Python and I would like to take a screenshot of a certain region of the screen and save it to use it later on another script. I read in other questions that the screenshots that are taken

Re: [Sikuli-driver] [Question #665279]: Instantiating SikuliX classes through API with node-java hangs on Mac

2018-03-14 Thread Finn Ellis
Question #665279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665279 Finn Ellis posted a new comment: I added this to the Github thread(s) as well, but for anyone else who looks here first: my manager found a solution to this! Adding:

[Sikuli-driver] [Question #665537]: Status of bug #1755730 changed to 'Fix Released' in Sikuli

2018-03-14 Thread RaiMan
Bug #1755730 status changed in Sikuli: Fix Committed => Fix Released https://bugs.launchpad.net/sikuli/+bug/1755730 "[1.1.x] Python script runner: sys.argv[0] should contain path of running script" This bug is linked to #665537. sys.argv[0] when running sikulix as server

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

2018-03-14 Thread RaiMan
Bug #1755730 status changed in Sikuli: Fix Released => Fix Committed https://bugs.launchpad.net/sikuli/+bug/1755730 "[1.1.x] Python script runner: sys.argv[0] should contain path of running script" This bug is linked to #665537. sys.argv[0] when running sikulix as server

[Sikuli-driver] [Question #665537]: Status of bug #1755730 changed to 'Fix Released' in Sikuli

2018-03-14 Thread RaiMan
Bug #1755730 status changed in Sikuli: Fix Committed => Fix Released https://bugs.launchpad.net/sikuli/+bug/1755730 "[1.1.x] Python script runner: sys.argv[0] should contain path of running script" This bug is linked to #665537. sys.argv[0] when running sikulix as server

[Sikuli-driver] [Bug 1755730] Re: [1.1.x] Python script runner: sys.argv[0] should contain path of running script

2018-03-14 Thread RaiMan
** Changed in: sikuli Status: Fix Committed => Fix Released ** Changed in: sikuli Status: Fix Released => Fix Committed ** Changed in: sikuli Status: Fix Committed => Fix Released ** Changed in: sikuli Importance: High => Critical ** Summary changed: - [1.1.x] Python

Re: [Sikuli-driver] [Question #665577]: (Linux) Don't open the report after finishing tests

2018-03-14 Thread RaiMan
Question #665577 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665577 Status: Open => Answered RaiMan proposed the following answer: ok, you have to dig into the RobotFramework options, to find out, how to stop it from displaying the report. Seems to be a standard

Re: [Sikuli-driver] [Question #665547]: Facing issue while taking screenshots for failed cases using Sikulix1.1.1

2018-03-14 Thread Milind Warade
Question #665547 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665547 Milind Warade posted a new comment: Thanks Raiman. Will check. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #665577]: (Linux) Don't open the report after finishing tests

2018-03-14 Thread zingmars
Question #665577 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665577 Status: Needs information => Open zingmars gave more information on the question: Welp, upon closer inspection it seems it's being autogenerated by robot framework (which is odd, because nowhere in my

Re: [Sikuli-driver] [Question #665528]: Packaging platform specific libs in one jar

2018-03-14 Thread Mike Bedwell
Question #665528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665528 Status: Answered => Solved Mike Bedwell 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 #665568]: Possible OCR improvement through screen capture change?

2018-03-14 Thread Mike Bedwell
Question #665568 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665568 Status: Answered => Solved Mike Bedwell confirmed that the question is solved: Makes sense. I appreciate your time and explanation. -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #665577]: (Linux) Don't open the report after finishing tests

2018-03-14 Thread RaiMan
Question #665577 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665577 Status: Open => Needs information RaiMan requested more information: --- however even when sikuli is launched from a command line it will open the web browser with the report I am not aware of any

[Sikuli-driver] [Bug 1755730] Re: [1.1.x] Python script runner: sys.argv[0] should contain path of running script

2018-03-14 Thread RaiMan
** Changed in: sikuli Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1755730 Title: [1.1.x] Python script runner: sys.argv[0] should contain path of

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

2018-03-14 Thread RaiMan
Bug #1755730 status changed in Sikuli: Fix Released => Fix Committed https://bugs.launchpad.net/sikuli/+bug/1755730 "[1.1.x] Python script runner: sys.argv[0] should contain path of running script" This bug is linked to #665537. sys.argv[0] when running sikulix as server

[Sikuli-driver] [Bug 1755730] Re: [1.1.x] Python script runner: sys.argv[0] should contain path of running script

2018-03-14 Thread Steph
** Changed in: sikuli Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1755730 Title: [1.1.x] Python script runner: sys.argv[0] should contain path of

[Sikuli-driver] [Question #665537]: Status of bug #1755730 changed to 'Fix Released' in Sikuli

2018-03-14 Thread Steph
Bug #1755730 status changed in Sikuli: Fix Committed => Fix Released https://bugs.launchpad.net/sikuli/+bug/1755730 "[1.1.x] Python script runner: sys.argv[0] should contain path of running script" This bug is linked to #665537. sys.argv[0] when running sikulix as server

Re: [Sikuli-driver] [Question #665577]: (Linux) Don't open the report after finishing tests

2018-03-14 Thread zingmars
Question #665577 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665577 Description changed to: I am looking into setting up a VM and making automated tests on it using Sikuli (the latest available). Now everything seems to be working fine, however even when sikuli is launched

[Sikuli-driver] [Question #665577]: (Linux) Don't open the report after finishing tests

2018-03-14 Thread zingmars
New question #665577 on Sikuli: https://answers.launchpad.net/sikuli/+question/665577 I am looking into setting up a VM and making automated tests on it using Sikuli. Now everything seems to be working fine, however even when sikuli is launched from a command line it will open the web browser

Re: [Sikuli-driver] [Question #665575]: Unable to load the Selenium jar file in the common file

2018-03-14 Thread RaiMan
Question #665575 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665575 Status: Open => Answered RaiMan proposed the following answer: ok, then you have to modify the java command in the runsikulix.cmd "%JAVA_HOME%\bin\java.exe" %PARMS% -jar "%SIKULIX_HOME%%SJAR%.jar"

Re: [Sikuli-driver] [Question #665575]: Unable to load the Selenium jar file in the common file

2018-03-14 Thread Maria Haris
Question #665575 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665575 Status: Answered => Open Maria Haris is still having a problem: The Eclipse question was a separate task for my personal experimentation. Where as this question was refered to how things are going at my

Re: [Sikuli-driver] [Question #665575]: Unable to load the Selenium jar file in the common file

2018-03-14 Thread RaiMan
Question #665575 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665575 Status: Open => Answered RaiMan proposed the following answer: I do not really understand what and how you are doing your stuff. You are talking about Eclipse (so I think it should be PyDev), but in

Re: [Sikuli-driver] [Question #665575]: Unable to load the Selenium jar file in the common file

2018-03-14 Thread Maria Haris
Question #665575 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665575 Status: Answered => Open Maria Haris is still having a problem: So you mean maybe adding the folowing lines to the runsikulix.cmd should work for loading jar file echo +++ trying to run

Re: [Sikuli-driver] [Question #665572]: Unable to load Selenium Jar file in Eclipse sikuli ide

2018-03-14 Thread RaiMan
Question #665572 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665572 Status: Open => Answered RaiMan proposed the following answer: ... and you should switch to version 1.1.2 -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #665575]: Unable to load the Selenium jar file in the common file

2018-03-14 Thread RaiMan
Question #665575 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665575 Status: Open => Answered RaiMan proposed the following answer: ok, understood. This is how modularized Python works. Since every module has its own namespace, you have to make all external names

[Sikuli-driver] [Bug 1755759] Re: Java 9 - 1.1.2 final - IDE - Undo/Redo not functional

2018-03-14 Thread RaiMan
** Changed in: sikuli Status: New => In Progress ** Changed in: sikuli Importance: Undecided => Medium ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None => 1.1.3 ** Summary changed: - Java 9 - 1.1.2 final - IDE -

[Sikuli-driver] [Question #665575]: Unable to load the Selenium jar file in the common file

2018-03-14 Thread Maria Haris
New question #665575 on Sikuli: https://answers.launchpad.net/sikuli/+question/665575 I am working on automating one of the web module of windows based Application. Windows client has automaleted scripts in the sikuli ide. There is a common file which has all the functions which are called

Re: [Sikuli-driver] [Question #665572]: Unable to load Selenium Jar file in Eclipse sikuli ide

2018-03-14 Thread RaiMan
Question #665572 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665572 Status: Open => Needs information RaiMan requested more information: what version of SikuliX? what system? what Java version? -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #665572]: Unable to load Selenium Jar file in Eclipse sikuli ide

2018-03-14 Thread Maria Haris
Question #665572 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665572 Status: Answered => Open Maria Haris is still having a problem: I have added the path of sikulixapi.jar to the java home in the environmental variables. I have also added the following lines in the

[Sikuli-driver] [Bug 1755759] [NEW] Java 9 - 1.1.2 final - IDE - Undo/Redo not functional

2018-03-14 Thread Rainer Oehry
Public bug reported: 1.1.2 final: The Undo/Redo functionality in the IDE does not seem to work in Java 9 (x64) - neither via Edit->Undo/Redo nor via CTRL-Z/CTRL- Shift-Z - just nothing happens. Works fine in Java 8 161 (x64). ** Affects: sikuli Importance: Undecided Status: New

Re: [Sikuli-driver] [Question #665572]: Unable to load Selenium Jar file in Eclipse sikuli ide

2018-03-14 Thread RaiMan
Question #665572 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665572 Status: Open => Answered RaiMan proposed the following answer: You have to take care, that the folder /Lib is in your Python path. see:

[Sikuli-driver] [Question #665572]: Unable to load Selenium Jar file in Eclipse sikuli ide

2018-03-14 Thread Maria Haris
New question #665572 on Sikuli: https://answers.launchpad.net/sikuli/+question/665572 @Raiman I have recently setup the sikuli on the eclipse using the method you mentioned in the https://answers.launchpad.net/sikuli/+question/179741 In my sikuli script I am importing the selenium jar file by

Re: [Sikuli-driver] [Question #665568]: Possible OCR improvement through screen capture change?

2018-03-14 Thread RaiMan
Question #665568 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665568 RaiMan proposed the following answer: Tesseract: When using the tesseract command from commandline, then as a guideline from Tesseract you have to take care, that the given image has a resolution of at

Re: [Sikuli-driver] [Question #665568]: Possible OCR improvement through screen capture change?

2018-03-14 Thread RaiMan
Question #665568 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665568 Status: Open => Answered RaiMan proposed the following answer: A first thing to note: You are working on a Retina display, which doubles the pixels both in width and height when showing the image. The

[Sikuli-driver] [Bug 1755730] [NEW] [1.1.x] Python script runner: sys.argv[0] should contain path of running script

2018-03-14 Thread RaiMan
Public bug reported: It seems like sys.argv[0] is set to None when I run a script via sikulix server. Is there any way to have something meaningful for sys.argv[0]? I'm using sikulix 1.1.2 on Linux (centos 7.4) What is sent on port 50001 is: RUN/t000_a_in?A=1;B=2;C=abcde And inside

Re: [Sikuli-driver] [Question #665537]: sys.argv[0] when running sikulix as server

2018-03-14 Thread RaiMan
Question #665537 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665537 Linked to bug: #1755730 https://bugs.launchpad.net/bugs/1755730 "[1.1.x] Python script runner: sys.argv[0] should contain path of running script" -- You received this question notification

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

2018-03-14 Thread RaiMan
Bug #1755730 status changed in Sikuli: New => Fix Committed https://bugs.launchpad.net/sikuli/+bug/1755730 "[1.1.x] Python script runner: sys.argv[0] should contain path of running script" This bug is linked to #665537. sys.argv[0] when running sikulix as server

Re: [Sikuli-driver] [Question #665537]: sys.argv[0] when running sikulix as server

2018-03-14 Thread RaiMan
Question #665537 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665537 Status: Open => Answered RaiMan proposed the following answer: thanks for finding. sys.argv[0] in Python conventions should contain the path of the running script. This is a bug in the script runner,

Re: [Sikuli-driver] [Question #665421]: [1.1.1] Mac: Setup: downloads blocked from OSSRH (Maven snapshots)

2018-03-14 Thread RaiMan
Question #665421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665421 Status: Open => Answered RaiMan proposed the following answer: When you are using Java programming in a Maven setup, then no previous setup of any SikuliX stuff is needed. Just purge anything of your

Re: [Sikuli-driver] [Question #665547]: Facing issue while taking screenshots for failed cases using Sikulix1.1.1

2018-03-14 Thread RaiMan
Question #665547 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665547 Status: Open => Answered RaiMan proposed the following answer: you have to use assert, to signal failed cases try: click(someImage) assert true except: assert false -- You received this

Re: [Sikuli-driver] [Question #665533]: Swopping between windows

2018-03-14 Thread RaiMan
Question #665533 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665533 Status: Open => Needs information RaiMan requested more information: What did you try? tried App.focus()? -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #665528]: Packaging platform specific libs in one jar

2018-03-14 Thread RaiMan
Question #665528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665528 Status: Open => Answered RaiMan proposed the following answer: Yes, you can do. See faq 2609 -- You received this question notification because your team Sikuli Drivers is an answer contact for