Re: [Sikuli-driver] [Question #678737]: Where to get SikuliX.app for Mac?

2019-02-23 Thread Peter Kim
Question #678737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678737 Status: Answered => Solved Peter Kim confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #678737]: Where to get SikuliX.app for Mac?

2019-02-22 Thread Peter Kim
New question #678737 on Sikuli: https://answers.launchpad.net/sikuli/+question/678737 On MacBook Pro running macOS 10.14.3, when I do "java -jar sikulix.jar" to start IDE and run "App.open ("/Applications/TextEdit.app") ", I get a warning message "SikuliX needs access to the Mac's assistive

Re: [Sikuli-driver] [Question #205939]: OpenCV for Android

2012-08-16 Thread Peter Kim
Question #205939 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205939 Status: Answered = Open Peter Kim is still having a problem: RaiMan, Do you think the User Interface Design Group at MIT may do the porting of Sikuli to Android in a near future? It seems that people

[Sikuli-driver] [Question #205939]: OpenCV for Android

2012-08-15 Thread Peter Kim
New question #205939 on Sikuli: https://answers.launchpad.net/sikuli/+question/205939 Hi. On Question #199085: --- Is it possible to run our sikuli script on Real android devices No, since the native library OpenCV is not available on these devices. There are some possibilities with

Re: [Sikuli-driver] [Question #205939]: OpenCV for Android

2012-08-15 Thread Peter Kim
Question #205939 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205939 Removed link to bug: #199085 https://bugs.launchpad.net/bugs/199085 klauncher crashed with SIGSEGV in __kernel_vsyscall() -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #205939]: OpenCV for Android

2012-08-15 Thread Peter Kim
Question #205939 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205939 Linked to bug: #199085 https://bugs.launchpad.net/bugs/199085 klauncher crashed with SIGSEGV in __kernel_vsyscall() -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #180569]: exists and click

2011-11-30 Thread Peter Kim
New question #180569 on Sikuli: https://answers.launchpad.net/sikuli/+question/180569 Hi. Following code fails sometime: if v.exists(ga-1.png): v.click(ga-1.png) I checked the screen capture and found that the image was similar to ga-1.png but had a different background color. So

[Sikuli-driver] [Question #180359]: IDE displays file names instead of images

2011-11-29 Thread Peter Kim
New question #180359 on Sikuli: https://answers.launchpad.net/sikuli/+question/180359 Hi. While in IDE, I clicked an image in a line and changed the file name to be in Korean rather than English and saved the change. Then next time I open the Sikuli script in IDE, the line I changed and all

Re: [Sikuli-driver] [Question #180359]: IDE displays file names instead of images after renaming with unicode characters

2011-11-29 Thread Peter Kim
Question #180359 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180359 Peter Kim gave more information on the question: I replaced the lines with the images whose file names were in Korean characters with the images with English file names. I then saved the file. When I

Re: [Sikuli-driver] [Question #179700]: Robot Framework: capture screen and move to a new location

2011-11-24 Thread Peter Kim
Question #179700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179700 Status: Answered = Solved Peter Kim confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #177229]: Match all images of the same size

2011-11-24 Thread Peter Kim
Question #177229 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177229 Status: Answered = Open Peter Kim is still having a problem: Hi. I tried the following: # -*- coding: utf-8 -*- from sikuli import * for n in range(10): offset = 100 + n * 100 print offset

Re: [Sikuli-driver] [Question #179700]: Robot Framework: capture screen and move to a new location

2011-11-23 Thread Peter Kim
Question #179700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179700 Status: Answered = Open Peter Kim is still having a problem: Hi RaiMan, Thank you for your prompt answers. I think that the problem is getBundlePath() when Sikuli is run with Robot Framework. Here

Re: [Sikuli-driver] [Question #179495]: onAppear and observe with Robot Framework

2011-11-22 Thread Peter Kim
Question #179495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179495 Status: Answered = Solved Peter Kim confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #179700]: Robot Framework: capture screen and move to a new location

2011-11-22 Thread Peter Kim
New question #179700 on Sikuli: https://answers.launchpad.net/sikuli/+question/179700 Hi. I have a function called test_teardown which looks like following: def test_teardown(): # Save the screen print test_teardown: capturing the screen captured_screen = capture(SCREEN) print

Re: [Sikuli-driver] [Question #179495]: onAppear and observe with Robot Framework

2011-11-21 Thread Peter Kim
Question #179495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179495 Peter Kim gave more information on the question: I found out that I could simply press the home button to do the same thing I was doing in the handler function. I renamed the handler function

[Sikuli-driver] [Question #179495]: onAppear and observe with Robot Framework

2011-11-20 Thread Peter Kim
New question #179495 on Sikuli: https://answers.launchpad.net/sikuli/+question/179495 Hi. I am using Robot Framework with Sikuli. I have many test cases in a test suite. Each test case is mapped to a Sikuli method. While running the test suite of all test cases, I would like to use onAppear

Re: [Sikuli-driver] [Question #177095]: Not able to launch Sikuli-IDE on windows 7 , 32 bit

2011-11-20 Thread Peter Kim
Question #177095 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177095 Peter Kim proposed the following answer: I had a same problem this morning. I removed and installed Sikuli several times but that did not help. I removed the registry values but that did not help. I

Re: [Sikuli-driver] [Question #176267]: Robot Framework Unicode Problem

2011-11-14 Thread Peter Kim
Question #176267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176267 Status: Answered = Solved Peter Kim confirmed that the question is solved: Hi RaiMan, I added -Dfile.encoding=UTF-8 after java and that solved the problem. Thanks. Peter -- You received

[Sikuli-driver] [Question #177229]: Match all images of the same size

2011-11-02 Thread Peter Kim
New question #177229 on Sikuli: https://answers.launchpad.net/sikuli/+question/177229 Hi. I have 12 images (3x4) of the same size. The images are all different and I do not know what they will look like in advance. Is there a way to match these images by location or size? Thanks Peter --

Re: [Sikuli-driver] [Question #176267]: Robot Framework Unicode Problem

2011-10-26 Thread Peter Kim
Question #176267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176267 Status: Answered = Open Peter Kim is still having a problem: When I tried message = unicode(args[1]), message still contained broken characters. When I tried message = args[1].encode(utf-8), message

[Sikuli-driver] [Question #176416]: waitVanish waits the maximum time even though the image has already vanished

2011-10-26 Thread Peter Kim
New question #176416 on Sikuli: https://answers.launchpad.net/sikuli/+question/176416 Hi, I have a code like following: if (v.exists(image.png)): v.waitVanish(image.png,60) If an image is there, I would like to wait until it vanishes or 60 seconds. However the image disappears rather

Re: [Sikuli-driver] [Question #176416]: waitVanish waits the maximum time even though the image has already vanished

2011-10-26 Thread Peter Kim
Question #176416 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176416 Status: Open = Solved Peter Kim confirmed that the question is solved: When I do: Settings.MinSimilarity = 0.9 if (v.exists(image.png)): v.waitVanish(image.png,60) It works as it should

[Sikuli-driver] [Question #176267]: Robot Framework Unicode Problem

2011-10-25 Thread Peter Kim
New question #176267 on Sikuli: https://answers.launchpad.net/sikuli/+question/176267 Hi. I am using Sikuli X-1.0rc3 and Robot Framework 2.6.3 on Windows 7 PC. I have Sikuli code that looks like following: # -*- coding: utf-8 -*- from sikuli import * def send_sms(*args): phone_no = args[0]

Re: [Sikuli-driver] [Question #173899]: Robot Framework Problem

2011-10-24 Thread Peter Kim
Question #173899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173899 Status: Answered = Open Peter Kim is still having a problem: I tried it on Windows XP SP3 PC but it did not work. I then tried it on Windows 7 and had following error messages: C:\cd rfw C:\rfwdir C

Re: [Sikuli-driver] [Question #173899]: Robot Framework Problem

2011-10-24 Thread Peter Kim
Question #173899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173899 Peter Kim gave more information on the question: I am new to Robot Framework. It seems there was a problem with the syntax in the test data file called some-text.txt. Library and the Sikuli module needed

Re: [Sikuli-driver] [Question #173899]: Robot Framework Problem

2011-10-24 Thread Peter Kim
Question #173899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173899 Status: Open = Solved Peter Kim confirmed that the question is solved: There were few more places where I had to separate fields by two or more spaces in the test data file. In Test Cases section, Log

Re: [Sikuli-driver] [Question #173899]: Robot Framework Problem

2011-10-16 Thread Peter Kim
Question #173899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173899 Peter Kim gave more information on the question: Using Sikuli X-1.0rc2, I was able to follow the instructions on http://blog.mykhailo.com/2011/02/how-to-sikuli-and-robot-framework.html on a Windows XP SP3 PC

Re: [Sikuli-driver] [Question #173899]: Robot Framework Problem

2011-10-16 Thread Peter Kim
Question #173899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173899 Peter Kim posted a new comment: So what I have found out so far: On Windows XP SP3 PC, I can get Robot Framework work with Sikuli X-1.0rc2 but not with 1.0rc3. I do not think I have the skill to figure out

Re: [Sikuli-driver] [Question #173899]: Robot Framework Problem

2011-10-13 Thread Peter Kim
Question #173899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173899 Peter Kim gave more information on the question: RaiMan, The last time I wrote or debugged code was about 20 years ago but Sikuli makes me happy to write simple Jython scripts. I did not know how to find

Re: [Sikuli-driver] [Question #173899]: Robot Framework Problem

2011-10-12 Thread Peter Kim
Question #173899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173899 Peter Kim gave more information on the question: RaiMan, I used the new bat file and got a different error this time: D:\Sikuli\RobotFrameworkrobottest.bat robot_suite\verify_operations.txt [ ERROR

Re: [Sikuli-driver] [Question #173899]: Robot Framework Problem

2011-10-12 Thread Peter Kim
Question #173899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173899 Peter Kim gave more information on the question: RaiMan, I changed robottest.bat as following: @echo off set sikuli_jar=D:\Program Files\Sikuli X\sikuli-script.jar java -cp %sikuli_jar% ^ -Dpython.path

[Sikuli-driver] [Question #173899]: Robot Framework Problem

2011-10-11 Thread Peter Kim
New question #173899 on Sikuli: https://answers.launchpad.net/sikuli/+question/173899 Hi. I followed the instructions on http://blog.mykhailo.com/2011/02/how-to-sikuli-and-robot-framework.html but am having some problems with Robot Framework. Here is the information on my system: - Windows XP

Re: [Sikuli-driver] [Question #173899]: Robot Framework Problem

2011-10-11 Thread Peter Kim
Question #173899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173899 Status: Needs information = Open Peter Kim gave more information on the question: Hi RaiMan, I uninstalled Jython 2.5.2, Python 2.7.2, Robot Framework 2.5.5, and Sikuli X 1.0rc3 and reinstalled Jython

Re: [Sikuli-driver] [Question #171418]: RC3 and Robot Framework problems --- workaround

2011-10-10 Thread Peter Kim
Question #171418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171418 Peter Kim requested more information: I am having the exact same problem. Here is the information on my system: - Windows XP Service Pack 3 - Java Runtime Environment (JRE 6_27) - Jython 2.5.2 - Python

Re: [Sikuli-driver] [Question #165336]: Script runs with 100% CPU

2011-09-23 Thread Peter Kim
Question #165336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165336 Peter Kim posted a new comment: I noticed that a script using onAppear() and observe() used 100% CPU. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #171716]: Cannot start Sikuli X IDE 1.0rc3 on Windows XP

2011-09-21 Thread Peter Kim
Question #171716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171716 Peter Kim posted a new comment: I am using a Korean Windows XP so On the Start Menu, Please select run and run regedit. There you can find the right registry. Peter -- You received this question

Re: [Sikuli-driver] [Question #171716]: Cannot start Sikuli X IDE 1.0rc3 on Windows XP

2011-09-20 Thread Peter Kim
Question #171716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171716 Status: Answered = Solved Peter Kim confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #171716]: Cannot start Sikuli X IDE 1.0rc3 on Windows XP

2011-09-19 Thread Peter Kim
New question #171716 on Sikuli: https://answers.launchpad.net/sikuli/+question/171716 Hi. I installed 1.0rc3 on a Windows XP system, tried to launch Sikuli IDE using Sikuli-IDE-w.bat from the installation. IDE does not launch even though I see that javaw.exe is running. I installed the

Re: [Sikuli-driver] [Question #171716]: Cannot start Sikuli X IDE 1.0rc3 on Windows XP

2011-09-19 Thread Peter Kim
Question #171716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171716 Description changed to: Hi. I installed 1.0rc3 on a Windows XP system, tried to launch Sikuli IDE using Sikuli-IDE-w.bat from the installation. IDE does not launch even though I see that javaw.exe is

[Sikuli-driver] [Bug 832540] Re: broken characters in command line mode

2011-08-29 Thread Peter Kim
Hi RaiMan, It still does not work. This is what I tried: unicode_test.sikuli - name=U기념일 paste(NOTEPAD-SCREEN ,name.encode(UTF-8)) sikuli.bat --- java -jar %SIKULI_HOME%\sikuli-script.jar D:\Sikuli\SU760\unicode_test.sikuli The Hangul string 기념일 does not show

[Sikuli-driver] [Bug 832540] Re: broken characters in command line mode

2011-08-29 Thread Peter Kim
Thank you, Tsung-Hsiang. I used the right bat file and the problem went away. ** Changed in: sikuli Status: New = Invalid -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/832540 Title:

Re: [Sikuli-driver] [Question #169026]: View console messages while running script

2011-08-28 Thread Peter Kim
Question #169026 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169026 Status: Answered = Solved Peter Kim confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #167494]: Click images in the same row one at a time

2011-08-26 Thread Peter Kim
Question #167494 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/167494 Peter Kim posted a new comment: RaiMan, You are right. I fixed the script and it works a lot better now. Thank you. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #169201]: Want to use the computer while Sikuli IDE runs the script ...

2011-08-25 Thread Peter Kim
New question #169201 on Sikuli: https://answers.launchpad.net/sikuli/+question/169201 Hi. While I run a Sikuli script on a computer, I would like to be able to use the computer for doing other things such as checking emails or writing reports. Is this possible? Thanks. -- You received this

Re: [Sikuli-driver] [Question #168770]: Android Date Picker

2011-08-24 Thread Peter Kim
Question #168770 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168770 Status: Open = Solved Peter Kim confirmed that the question is solved: I was able to set dates to the dates I wanted by calculating the positions to start clicking and the number of times to click

[Sikuli-driver] [Bug 832540] [NEW] broken characters in command line mode

2011-08-24 Thread Peter Kim
Public bug reported: 1. The version of Sikuli you were using. Sikuli X-1.0rc2 2. Your operating system, 32-bit or 64-bit, and its version. Windows XP Professional K Version 2002 Service Pack 3 3. The procedure to reproduce the bug. When I ran a Sikuli script using IDE, Hangul characters were

[Sikuli-driver] [Question #169026]: View console messages while running script

2011-08-24 Thread Peter Kim
New question #169026 on Sikuli: https://answers.launchpad.net/sikuli/+question/169026 I would like to view the console messages while running a script in IDE. I could not run the script on the command line on Windows XP because pasting of Hangul characters did not work correctly. I reported

[Sikuli-driver] [Question #168770]: Android Date Picker

2011-08-21 Thread Peter Kim
New question #168770 on Sikuli: https://answers.launchpad.net/sikuli/+question/168770 Hi. I would like to create a Sikuli function that select a given date using Android DatePicker widget. The widget looks somewhat like

Re: [Sikuli-driver] [Question #168495]: Windows MultiPoint Mouse SDK

2011-08-19 Thread Peter Kim
Question #168495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168495 Status: Answered = Solved Peter Kim confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #168487]: Handling Unexpected Pop-up

2011-08-19 Thread Peter Kim
Question #168487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168487 Status: Answered = Solved Peter Kim confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #168487]: Handling Unexpected Pop-up

2011-08-18 Thread Peter Kim
New question #168487 on Sikuli: https://answers.launchpad.net/sikuli/+question/168487 What is the best way to ignore/handle an unexpected pop-up screen? I know what kinds of screens might pop-up at any time. What is the best way to deal with these pop-up screens? Thanks. Peter -- You received

Re: [Sikuli-driver] [Question #168495]: Windows MultiPoint Mouse SDK

2011-08-18 Thread Peter Kim
Question #168495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168495 Linked to bug: #166999 https://bugs.launchpad.net/bugs/166999 static download rpm package misleading -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #168495]: Windows MultiPoint Mouse SDK

2011-08-18 Thread Peter Kim
Question #168495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168495 Description changed to: I read about Microsoft Windows MultiPoint Mouse SDK at http://www.microsoft.com/multipoint/mouse-sdk/ Can Sikuli be modified to work with multiple active cursors with the use of

[Sikuli-driver] [Question #168495]: Windows MultiPoint Mouse SDK

2011-08-18 Thread Peter Kim
New question #168495 on Sikuli: https://answers.launchpad.net/sikuli/+question/168495 I read about Microsoft has Windows MultiPoint Mouse SDK at http://www.microsoft.com/multipoint/mouse-sdk/ Can Sikuli be modified to work with multiple active cursors with the use of this SDK? What I want to

Re: [Sikuli-driver] [Question #168495]: Windows MultiPoint Mouse SDK

2011-08-18 Thread Peter Kim
Question #168495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168495 Description changed to: I read about Microsoft Windows MultiPoint Mouse SDK at http://www.microsoft.com/multipoint/mouse-sdk/ Can Sikuli be modified to work with multiple active cursors with the use of

Re: [Sikuli-driver] [Question #167494]: Click images in the same row one at a time

2011-08-10 Thread Peter Kim
Question #167494 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/167494 Status: Answered = Solved Peter Kim confirmed that the question is solved: for template in range(MMSinitialize.template_count): if template == 0: f=r.find(MMSinitialize.first_template

Re: [Sikuli-driver] [Question #167494]: Click images in the same row one at a time

2011-08-10 Thread Peter Kim
Question #167494 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/167494 Peter Kim posted a new comment: I did something like this and it worked: for template in range(MMSinitialize.template_count): if template == 0

Re: [Sikuli-driver] [Question #167494]: Click images in the same row one at a time

2011-08-10 Thread Peter Kim
Question #167494 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/167494 Peter Kim confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #167494]: Click images in the same row one at a time

2011-08-09 Thread Peter Kim
Question #167494 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/167494 Description changed to: Hi. I have 20 images in the same row. The images are of in rectangles of the same size. Only the 3 images show at one time but as each image is clicked, the images move to the left

Re: [Sikuli-driver] [Question #166999]: Run multiple Sikuli sessions on a computer?

2011-08-07 Thread Peter Kim
Question #166999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166999 Status: Answered = Solved Peter Kim confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #166999]: Run multiple Sikuli sessions on a computer?

2011-08-05 Thread Peter Kim
Question #166999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166999 Peter Kim posted a new comment: Thank you for the quick response. Let me ask you a little different but related question: Can one Sikuli session drive more than one instances of the same application? Peter

[Sikuli-driver] [Question #166999]: Run multiple Sikuli sessions on a computer?

2011-08-04 Thread Peter Kim
New question #166999 on Sikuli: https://answers.launchpad.net/sikuli/+question/166999 Hi, I am trying to run multiple Sikuli sessions on a PC, each session managing different programs running on the PC. One immediate problem I am having is that there is only one active cursor available on