[Sikuli-driver] [Question #674465]: App.open() long resolve time

2018-09-27 Thread Thomas Slusser
New question #674465 on Sikuli: https://answers.launchpad.net/sikuli/+question/674465 New user to SikuliX, I have several programs I would like to open during automated testing. Opening these programs seems to lag for each declaration by 5-8 seconds. If I were to open them using the filesystem

Re: [Sikuli-driver] [Question #674453]: Does SikuliX cache regions of detected images?

2018-09-27 Thread Evgeny Petrosyan
Question #674453 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/674453 Evgeny Petrosyan posted a new comment: Aha! That is why I didn't see caching in v1.1.4. It will be good to implement this feature. The most popular action for me is "closeAll". Sikuli looking for any [X]

[Sikuli-driver] [Bug 1794513] Re: [1.1.4] macOS 10.14: IDE does not start up --- tested with Java 11 --- works

2018-09-27 Thread RaiMan
Yes everything is fine, even with Java 8. -- 8 it's a requirement for my development environment I am using IntelliJ IDEA and I have JDK 8 and JDK 11 on one machine. I can define in the project settings, which JDK should be used for the project. I am using JDK 11 now as a standard but language

[Sikuli-driver] [Bug 1794513] Re: [1.1.4] macOS 10.14: IDE does not start up --- tested with Java 11 --- works

2018-09-27 Thread Teresa
I'm working with java 8 and you're right, the IDE works. Working with java 8 it's a requirement for my development environment. The problem is I can't take screen captures with the IDE. Does this feature work ok with java 11? -- You received this bug notification because you are a member of

Re: [Sikuli-driver] [Question #674435]: Drawing on the map doesnt work in Windows 7

2018-09-27 Thread RaiMan
Question #674435 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/674435 Status: Open => Answered RaiMan proposed the following answer: --- screen.saveScreenCapture() ... captures the screen content and saves it to the given path as a timestamped PNG file ... the

[Sikuli-driver] [Question #674439]: Status of bug #1794513 changed to 'Invalid' in Sikuli

2018-09-27 Thread RaiMan
Bug #1794513 status changed in Sikuli: Fix Committed => Invalid https://bugs.launchpad.net/sikuli/+bug/1794513 "[1.1.4] macOS 10.14: IDE does not start up" This bug is linked to #674439. Sikuli and Mojave https://answers.launchpad.net/sikuli/+question/674439 -- You received this question

[Sikuli-driver] [Question #674439]: Status of bug #1794513 changed to 'Invalid' in Sikuli

2018-09-27 Thread RaiMan
Bug #1794513 status changed in Sikuli: Won't Fix => Invalid https://bugs.launchpad.net/sikuli/+bug/1794513 "[1.1.4] macOS 10.14: IDE does not start up --- tested with Java 11 --- works" This bug is linked to #674439. Sikuli and Mojave https://answers.launchpad.net/sikuli/+question/674439

[Sikuli-driver] [Question #674439]: Status of bug #1794513 changed to 'Won't Fix' in Sikuli

2018-09-27 Thread RaiMan
Bug #1794513 status changed in Sikuli: Invalid => Won't Fix https://bugs.launchpad.net/sikuli/+bug/1794513 "[1.1.4] macOS 10.14: IDE does not start up --- tested with Java 11 --- works" This bug is linked to #674439. Sikuli and Mojave https://answers.launchpad.net/sikuli/+question/674439

[Sikuli-driver] [Bug 1794513] Re: [1.1.4] macOS 10.14: IDE does not start up

2018-09-27 Thread RaiMan
Just upgraded to macOS 10.14 and tested with Java 11: works as it should. So you have to revise your setup. ** Changed in: sikuli Status: Fix Committed => Invalid ** Summary changed: - [1.1.4] macOS 10.14: IDE does not start up + [1.1.4] macOS 10.14: IDE does not start up --- tested

Re: [Sikuli-driver] [Question #674455]: Text Recognizer

2018-09-27 Thread RaiMan
Question #674455 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/674455 Status: Open => Answered RaiMan proposed the following answer: looks like being on Linux !? read: https://sikulix-2014.readthedocs.io/en/latest/newslinux.html -- You received this question

Re: [Sikuli-driver] [Question #674455]: Text Recognizer

2018-09-27 Thread Daryl Matthieu M. Nicolas
Question #674455 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/674455 Description changed to: I used sikulixapi.jar version 1.1.4 and i encountered this error message: "[error] RunTimeAPI: *** terminating: TextRecognizer: start: native libraries not found" Here is the set

[Sikuli-driver] [Question #674455]: Text Recognizer

2018-09-27 Thread Daryl Matthieu M. Nicolas
New question #674455 on Sikuli: https://answers.launchpad.net/sikuli/+question/674455 I used sikulixapi.jar version 1.1.4 and i encountered this error message: "[error] RunTimeAPI: *** terminating: TextRecognizer: start: native libraries not found" Here is the set of codes (Java):

Re: [Sikuli-driver] [Question #674435]: Drawing on the map doesnt work in Windows 7

2018-09-27 Thread sabitha
Question #674435 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/674435 sabitha posted a new comment: Hi RaiMan do you have any update on this? Thanks Sabitha -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #213636]: [HowTo] Windows: use Remote Desktop minimized without stopping script on remote machine

2018-09-27 Thread Priyabrata Mohanty
Question #213636 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213636 Priyabrata Mohanty posted a new comment: I tried the same on my windows machine. Added the registry keys and executed sikuli script from Jenkins. But this did not work when i minimized the Remote Desktop.

Re: [Sikuli-driver] [Question #674453]: Does SikuliX cache regions of detected images?

2018-09-27 Thread RaiMan
Question #674453 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/674453 RaiMan proposed the following answer: To watch the caching in the log, you have to switch on debugging: Debug.on(3) -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #674453]: Does SikuliX cache regions of detected images?

2018-09-27 Thread RaiMan
Question #674453 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/674453 Status: Open => Answered RaiMan proposed the following answer: Principally yes, it does cache this information, but only for the current scriptrun. A persistence feature is not yet available. So if