[Sikuli-driver] [Question #229824]: i am new to sikuli please tell about prerequisites for sikuli 1.0.0rc2

2013-05-29 Thread Pramod Kumar
New question #229824 on Sikuli: https://answers.launchpad.net/sikuli/+question/229824 I downloaded sikuli1.0rc2 and python2.7 and tried to run python test script.But i get following errors: ScreenMatchProxy loaded. VDictProxy loaded. Win32Util loaded. ScreenMatchProxy loaded. [sikuli] Stopped

Re: [Sikuli-driver] [Question #225600]: match a list with another no matter of the order

2013-05-29 Thread Greg83140
Question #225600 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225600 Status: Answered = Solved Greg83140 confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #229825]: do an action if the image on a region doesn't change

2013-05-29 Thread Greg83140
New question #229825 on Sikuli: https://answers.launchpad.net/sikuli/+question/229825 Hello, i have a problem to do an automatic test on the sceen. Here is my problem : I would like to see if after an action, the image on a specific region has changed. I now how to do that with : if

[Sikuli-driver] [Bug 1185351] [NEW] Missing link on website How to create Unit Testing Scripts for GUI a complete example

2013-05-29 Thread Stuber Thomas
Public bug reported: On http://doc.sikuli.org/faq/020-unit-test.html there is a link on text Here is a complete example. which points to http://sikuli.org/examples/TestJEdit.sikuli/TestJEdit.html This link is missing ** Affects: sikuli Importance: Undecided Status: New **

Re: [Sikuli-driver] [Question #229824]: i am new to sikuli please tell about prerequisites for sikuli 1.0.0rc2

2013-05-29 Thread j
Question #229824 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229824 Status: Open = Answered j proposed the following answer: You seem to use a very old version of Sikuli and should upgrade to the latest version (see http://www.sikuli.org/download.html). Also, the

Re: [Sikuli-driver] [Question #229810]: OSError: Cannot run program C:\Program (in directory C:\Program Files (x86)\Sikuli X): CreateProcess error=2

2013-05-29 Thread j
Question #229810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229810 Status: Open = Answered j proposed the following answer: Looks like Sikuli can't handle whitespaces in paths. Try if it works if you cd into Sikuli X: cd C:\Program Files (x86)\Sikuli X\ And then run

Re: [Sikuli-driver] [Question #229825]: do an action if the image on a region doesn't change

2013-05-29 Thread j
Question #229825 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229825 Status: Open = Answered j proposed the following answer: you can use the onChange listener to do this, if you don't know how your image looks like: def handler(event): print the region

Re: [Sikuli-driver] [Question #229825]: do an action if the image on a region doesn't change

2013-05-29 Thread Greg83140
Question #229825 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229825 Status: Answered = Open Greg83140 is still having a problem: Thanks for your answer...But the fact is that I would do an action only if the region not change. Is exists an onNotChange method ?? Could

Re: [Sikuli-driver] [Question #229824]: i am new to sikuli please tell about prerequisites for sikuli 1.0.0rc2

2013-05-29 Thread Pramod Kumar
Question #229824 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229824 Status: Answered = Open Pramod Kumar is still having a problem: i downloaded Sikuli-IDE-1.0.0 and run the script with python2.7 installed on my system.Still i get following error: Inst01 Matching

Re: [Sikuli-driver] [Question #228659]: need help with this software, newbie...

2013-05-29 Thread Mark Weisler
Question #228659 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228659 Mark Weisler posted a new comment: Below is some code that might help with this question... # script: URLWatcher # cycles through some URLs which are initially loaded into a list # 22 Mai 2013, Mark Wißler

Re: [Sikuli-driver] [Question #229707]: Can't open sikuli script in IDE on OSX

2013-05-29 Thread Kevin Depew
Question #229707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229707 Kevin Depew posted a new comment: I have also just experienced this problem on OS X Server 10.7.5. Steps to reproduce: 1- installed java 6 2- downloaded Sikuli-IDE 1.0.0 3- copied a script over from

Re: [Sikuli-driver] [Question #229707]: Can't open sikuli script in IDE on OSX

2013-05-29 Thread Kevin Depew
Question #229707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229707 Status: Open = Answered Kevin Depew proposed the following answer: workaround / fix : download and then install/launch Sikuli v930 one time on the new machine and this will properly associate sikuli

[Sikuli-driver] [Bug 1185559] [NEW] Can't open a Sikuli source file Mac

2013-05-29 Thread Jack Warder
Public bug reported: Sikuli 1.0.0 Mac OSX 10.7.4 1) Open IDE 2) File -- Save 3) File -- Open 4) Select xxx.sikuli 5) The open button in the finder window is disabled, therefore you can't open the source. I can provide a screenshot if you need this. I'm running JDK 1.6 ** Affects: sikuli

[Sikuli-driver] [Question #229865]: Unnable to start Sikulli with Windows

2013-05-29 Thread Andre Carrier
New question #229865 on Sikuli: https://answers.launchpad.net/sikuli/+question/229865 I've read the documentation. I know I've got to make sure: A Java JRE (Oracles Java 6 and/or Java 7) is installed in the standard place and 32 bits java: done. I know there is no way to click on an exe to start

Re: [Sikuli-driver] [Question #229707]: Can't open sikuli script in IDE on OSX

2013-05-29 Thread Peter Taylor
Question #229707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229707 Status: Answered = Solved Peter Taylor confirmed that the question is solved: Thanks Kevin Depew, that solved my question. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #229882]: Is there SIFT algorithm in Sikuli

2013-05-29 Thread MarcusHe
New question #229882 on Sikuli: https://answers.launchpad.net/sikuli/+question/229882 Are you exploiting SIFT in Sikuli?? I've read one of your document Sikuli: Using GUI Screenshots for Search and Automation writen by Tom Yeh/Tsung-Hsiang Chang/Robert C. Miller. In this article, you said '

Re: [Sikuli-driver] [Question #229865]: Unnable to start Sikulli with Windows

2013-05-29 Thread Bunnings
Question #229865 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229865 Status: Open = Answered Bunnings proposed the following answer: you need to download Sikuli IDE for Windows 32 bit

Re: [Sikuli-driver] [Question #229820]: is it possible to run the sikuli script from the next line where it fails?

2013-05-29 Thread Bunnings
Question #229820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229820 Status: Open = Answered Bunnings proposed the following answer: If you know the failure points in your application you might as well put some waits in script sufficient enough to fix the problem and

Re: [Sikuli-driver] [Question #229820]: is it possible to run the sikuli script from the next line where it fails?

2013-05-29 Thread Amutha Sreenivasan
Question #229820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229820 Status: Answered = Open Amutha Sreenivasan is still having a problem: this is for some unexpected failures -- You received this question notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Question #229884]: TypeError: org.python.proxies.sikuliwrapper$Region$3(): 1st arg can't be coerced to org.sikuli.script.Region, java.awt.Rectangle

2013-05-29 Thread Sanjay
New question #229884 on Sikuli: https://answers.launchpad.net/sikuli/+question/229884 Hello, I have this strange problem , I have two methods in a class , in the first method i am trying to create an application instance and assign it to class memeber using self.appInst = App.Open(PATH TO APP)

Re: [Sikuli-driver] [Question #229884]: TypeError: org.python.proxies.sikuliwrapper$Region$3(): 1st arg can't be coerced to org.sikuli.script.Region, java.awt.Rectangle

2013-05-29 Thread Sanjay
Question #229884 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229884 Sanjay posted a new comment: Oops , I figured it out , the problem is with the line with Region(Send_Get_Sync_Area.PNG) as searchRegion: I was confused as the stack trace was pointing to the previous