Re: [Sikuli-driver] [Question #685340]: Virtual machine

2019-10-24 Thread Margarita Rosa De Alba Avendaño
Question #685340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685340 Margarita Rosa De Alba Avendaño posted a new comment: Hi!! Sabir, Thanks for response but it works even if theres no conexion between my computer and the VM? or i have to connect the VM in a physical

[Sikuli-driver] [Bug 1849674] Re: Citrix issue

2019-10-24 Thread RaiMan
sorry, but I do not accept bugs for such special environments. ** Changed in: sikuli Status: New => Invalid ** Changed in: sikuli Status: Invalid => New ** Changed in: sikuli Status: New => Invalid ** Converted to question:

Re: [Sikuli-driver] [Question #685394]: Citrix issue

2019-10-24 Thread RaiMan
Question #685394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685394 Status: Open => Answered RaiMan proposed the following answer: You have to find out, wether Java AWT Robot actions (internally used by SikuliX) are restricted against a Citrix window. Does click()

Re: [Sikuli-driver] [Question #685394]: Citrix issue

2019-10-24 Thread RaiMan
Question #685394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685394 RaiMan posted a new comment: sorry, but I do not accept bugs for such special environments. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #685394]: Citrix issue

2019-10-24 Thread filleton
New question #685394 on Sikuli: https://answers.launchpad.net/sikuli/+question/685394 I'm actually working on a citrix app, when i'm trying to use some keyboards inputs, it does not work. Example : type(Key.ENTER) #does not work type("\n") #does not work I also tryed this : but it does not

Re: [Sikuli-driver] [Question #685378]: Sikulix 2 is logging only highlight

2019-10-24 Thread RaiMan
Question #685378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685378 Status: Open => Answered RaiMan proposed the following answer: Using sikulixapi.jar in a Java project: these are the defaults after startup in org.sikuli.basics.Settings: public static boolean

Re: [Sikuli-driver] [Question #685374]: [error] thrown Runner: not possible: javax.script.ScriptException: ReferenceError: "find" is not defined in nashorn:mozilla_compat.js at line number 69

2019-10-24 Thread RaiMan
Question #685374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685374 RaiMan proposed the following answer: again: the downloaded Jython jar must be in the same folder as sikulix.jar (as said in the mentioned link). -- You received this question notification because your

[Sikuli-driver] [Question #685378]: Sikulix 2 is logging only highlight

2019-10-24 Thread Sabir
New question #685378 on Sikuli: https://answers.launchpad.net/sikuli/+question/685378 Hi, I switched yesterday to Sikulix 2. I'm on Ubuntu 18.04 and OpenJDK 11. I have set the JVM param -Dsikuli.Debug=3 to get logs as in previous version (I was in version 1.1.2 before with logs well working).

Re: [Sikuli-driver] [Question #685374]: [error] thrown Runner: not possible: javax.script.ScriptException: ReferenceError: "find" is not defined in nashorn:mozilla_compat.js at line number 69

2019-10-24 Thread Dominik Jeziorski
Question #685374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685374 Dominik Jeziorski posted a new comment: So I downloaded it because I thought that it might be a needed dependency as msg was thrown at IDE startup. Still I can't find anything that I might be missing that

[Sikuli-driver] [Bug 1849674] [NEW] Citrix issue

2019-10-24 Thread filleton
Public bug reported: I'm actually working on a citrix app, when i'm trying to use some keyboards inputs, it does not work. Example : type(Key.ENTER) #does not work type("\n") #does not work I also tryed this : but it does not work either keyDown(Key.ENTER) wait(0.5) keyUp(Key.ENTER) How can

Re: [Sikuli-driver] [Question #685374]: [error] thrown Runner: not possible: javax.script.ScriptException: ReferenceError: "find" is not defined in nashorn:mozilla_compat.js at line number 69

2019-10-24 Thread RaiMan
Question #685374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685374 RaiMan proposed the following answer: ... to follow up: https://github.com/RaiMan/SikuliX1/issues/214 -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #685374]: [error] thrown Runner: not possible: javax.script.ScriptException: ReferenceError: "find" is not defined in nashorn:mozilla_compat.js at line number 69

2019-10-24 Thread RaiMan
Question #685374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685374 RaiMan proposed the following answer: ... ok, might be, but having Jython or JRuby on windows path is not the requirement, but what is said on https://raiman.github.io/SikuliX1/downloads.html in the

Re: [Sikuli-driver] [Question #685374]: [error] thrown Runner: not possible: javax.script.ScriptException: ReferenceError: "find" is not defined in nashorn:mozilla_compat.js at line number 69

2019-10-24 Thread Dominik Jeziorski
Question #685374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685374 Dominik Jeziorski posted a new comment: I have on my windows path set up with all mentioned JDK/jython 2.7.1/jruby - I can start those without any issue. I'm not sure what else is missing based on

Re: [Sikuli-driver] [Question #685374]: [error] thrown Runner: not possible: javax.script.ScriptException: ReferenceError: "find" is not defined in nashorn:mozilla_compat.js at line number 69

2019-10-24 Thread RaiMan
Question #685374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685374 Status: Needs information => Answered RaiMan proposed the following answer: ... ok, but you have to follow the steps mentioned in the getting started information -- You received this question

Re: [Sikuli-driver] [Question #685374]: [error] thrown Runner: not possible: javax.script.ScriptException: ReferenceError: "find" is not defined in nashorn:mozilla_compat.js at line number 69

2019-10-24 Thread Dominik Jeziorski
Question #685374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685374 Dominik Jeziorski posted a new comment: I just tried to run simple 4 liner script using IDE to check if it's worth to invest in it (automating RDP app) -- You received this question notification because

Re: [Sikuli-driver] [Question #685374]: [error] thrown Runner: not possible: javax.script.ScriptException: ReferenceError: "find" is not defined in nashorn:mozilla_compat.js at line number 69

2019-10-24 Thread Dominik Jeziorski
Question #685374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685374 Dominik Jeziorski posted a new comment: java -version openjdk version "1.8.0_212-8u" OpenJDK Runtime Environment (build 1.8.0_212-8u-04) OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode) -- You

Re: [Sikuli-driver] [Question #685255]: Sikuli execution stuck on VM with old CPU

2019-10-24 Thread RaiMan
Question #685255 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685255 Status: Needs information => Answered RaiMan proposed the following answer: use java -Dsikuli.Debug=3 -jar To get the SikuliX startup log -- You received this question notification because your

Re: [Sikuli-driver] [Question #685374]: [error] thrown Runner: not possible: javax.script.ScriptException: ReferenceError: "find" is not defined in nashorn:mozilla_compat.js at line number 69

2019-10-24 Thread RaiMan
Question #685374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685374 Status: Open => Needs information RaiMan requested more information: Use 2.0.0 and see: https://github.com/RaiMan/SikuliX1/wiki/How-to-use-Launchpad-downloads ... or are you really trying to run

[Sikuli-driver] [Question #685374]: [error] thrown Runner: not possible: javax.script.ScriptException: ReferenceError: "find" is not defined in nashorn:mozilla_compat.js at line number 69

2019-10-24 Thread Dominik Jeziorski
New question #685374 on Sikuli: https://answers.launchpad.net/sikuli/+question/685374 I just downloaded sikuli and no matter if I use version 1.1 or version 2.0 I'm getting below error. How should I fix it? [error] Runner: not possible: javax.script.ScriptException: ReferenceError: "find" is

Re: [Sikuli-driver] [Question #685255]: Sikuli execution stuck on VM with old CPU

2019-10-24 Thread Asheru
Question #685255 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685255 Asheru posted a new comment: it is 1.1.3 since we are using headless mode, we are using this still It works manually no problems, but started from TFS it's stuck here. I used -verbose while running the

Re: [Sikuli-driver] [Question #685255]: Sikuli execution stuck on VM with old CPU

2019-10-24 Thread RaiMan
Question #685255 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685255 Status: Open => Needs information RaiMan requested more information: what SikuliX version? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #684293]: Find failed after X steps

2019-10-24 Thread RaiMan
Question #684293 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684293 Status: Open => Answered RaiMan proposed the following answer: ok, moved down in priority (due to release 2.0.0 works). I have to admit, that I do not have any idea, how I can help (though I

Re: [Sikuli-driver] [Question #685086]: [1.1.4] IDE: getting ImageMissing with multiple imports depending on what is main

2019-10-24 Thread RaiMan
Question #685086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685086 Status: Open => Answered RaiMan proposed the following answer: sorry, no. It moved to lower priority, but will move up again the next days, when I have finished the works around the release of 2.0.0.

Re: [Sikuli-driver] [Question #685372]: The script does not work

2019-10-24 Thread RaiMan
Question #685372 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685372 Status: Open => Answered RaiMan proposed the following answer: #from sikuli import * # not needed in IDE main scripts# #openApp ("C: \\ Users \\ User \\ CALK \\ calk-pro_x64.exe") # no intermediate

[Sikuli-driver] [Question #685372]: The script does not work

2019-10-24 Thread Paul Weber
New question #685372 on Sikuli: https://answers.launchpad.net/sikuli/+question/685372 Hello colleagues! Sorry for such an elementary question. I don’t understand what am I doing wrong? Tell me how to cope with the following task: I installed “Sikuli 2.0.0” on Windows10 and try to run a small

[Sikuli-driver] [Bug 1840243] Re: [1.1.4] IDE: Double clicking on a sikuli project in the open dialog no longer opens the project --- workaround

2019-10-24 Thread RaiMan
** Changed in: sikuli Milestone: 1.1.4 => 2.1.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1840243 Title: [1.1.4] IDE: Double clicking on a sikuli project in the open dialog no longer

[Sikuli-driver] [Bug 1840689] Re: [1.1.4] macOS: Java 9+: multi-monitor with 1st Retina and 2nd non-Retina does not work --- workaround: use Java 8

2019-10-24 Thread RaiMan
** Changed in: sikuli Milestone: 1.1.4 => 2.1.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1840689 Title: [1.1.4] macOS: Java 9+: multi-monitor with 1st Retina and 2nd non- Retina does

[Sikuli-driver] [Bug 1843977] Re: [1.1.4] request: open ide via command line with specific scripts to open

2019-10-24 Thread RaiMan
** Changed in: sikuli Milestone: 1.1.4 => 2.1.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1843977 Title: [1.1.4] request: open ide via command line with specific scripts to open

Re: [Sikuli-driver] [Question #685363]: Selenium WebDriver: Safari 11+ blocks Sikulix operations --- no solution

2019-10-24 Thread Abhishek K
Question #685363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685363 Abhishek K posted a new comment: RaiMan, Thank you for the quick response!! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #685086]: [1.1.4] IDE: getting ImageMissing with multiple imports depending on what is main

2019-10-24 Thread Linda
Question #685086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685086 Status: Answered => Open Linda is still having a problem: Hi,RaiMan Is there any update about this? Thanks -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #685363]: Selenium WebDriver: Safari 11+ blocks Sikulix operations --- no solution

2019-10-24 Thread RaiMan
Question #685363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685363 Status: Open => Answered RaiMan proposed the following answer: Apple Safari WebDriver docs clearly say, that a manual intervention for a webdriver session is not possible/acceptable and always lead to

Re: [Sikuli-driver] [Question #685363]: Selenium WebDriver: Safari 11+ blocks Sikulix operations --- no solution

2019-10-24 Thread RaiMan
Question #685363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685363 Summary changed to: Selenium WebDriver: Safari 11+ blocks Sikulix operations --- no solution -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.