[Sikuli-driver] [Question #271703]: Once custom targerOffset is used then image is updated

2015-09-23 Thread gregory
New question #271703 on Sikuli: https://answers.launchpad.net/sikuli/+question/271703 Hello, I am facing an issue with targetOffset(). I need in one of my tests to change targetOffset. But once I used it then it is like my image has been overriden and so contains targetOffset. The problem is th

Re: [Sikuli-driver] [Question #271703]: Once custom targerOffset is used then image is like updated with targetOffset used

2015-09-23 Thread gregory
Question #271703 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271703 Summary changed to: Once custom targerOffset is used then image is like updated with targetOffset used -- You received this question notification because your team Sikuli Drivers is an answer contact for S

Re: [Sikuli-driver] [Question #271703]: Once custom targerOffset is used then image is like updated with targetOffset used

2015-09-23 Thread gregory
Question #271703 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271703 gregory posted a new comment: I currently found a workaround hover(MY_IMAGE.targetOffset(0,0)) But I think there is better way to do it. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #271703]: Once custom targerOffset is used then image is like updated with targetOffset used

2015-09-23 Thread gregory
Question #271703 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271703 Status: Answered => Solved gregory confirmed that the question is solved: OK perfect. It is working. I was guessing that there were a better solution than mine and you gave me it. Thanks a lot ag

Re: [Sikuli-driver] [Question #271703]: Once custom targerOffset is used then image is like updated with targetOffset used

2015-09-23 Thread gregory
Question #271703 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271703 gregory confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #167217]: Key.XXX for the spacebar? --- use " "

2012-07-25 Thread gregory
Question #167217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/167217 gregory posted a new comment: is the command is available in rc3 please ? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #205045]: How to select text with shift and key down

2012-08-05 Thread gregory
New question #205045 on Sikuli: https://answers.launchpad.net/sikuli/+question/205045 Hello I am blocked because I'm trying to select some text in web page. I can doubleClick on first line but after I tryied several way but I did not succeed to select linen after. Text that I need select is li

Re: [Sikuli-driver] [Question #205045]: How to select text with shift and key down

2012-08-05 Thread gregory
Question #205045 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205045 Status: Answered => Open gregory is still having a problem: the doubleClick is working and so first line is selected but after I tried: type(Key.DOWN, KeyModifier.SHIFT) but is does not select the t

Re: [Sikuli-driver] [Question #205045]: How to select text with shift and key down

2012-08-05 Thread gregory
Question #205045 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205045 Status: Answered => Open gregory is still having a problem: well I don't know why it is not working with me :) -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #205045]: How to select text with shift and key down

2012-08-05 Thread gregory
Question #205045 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205045 Status: Open => Solved gregory confirmed that the question is solved: well is it working fine on Ubuntu and firefox. So as I wanted to made it works here let's consider as OK. But why it is not

[Sikuli-driver] [Question #210332]: Is it possible to use sphinx for made documentation based on Sikuli code ?

2012-10-04 Thread gregory
New question #210332 on Sikuli: https://answers.launchpad.net/sikuli/+question/210332 Hello, I am currently trying to use sphinx for made auto doc based on Sikuli code. My question: is it possible ? Because I am getting problem due to Sikuli code File "/mnt/ruser/temporary/greg/SikuliCode/ICO

Re: [Sikuli-driver] [Question #210332]: Is it possible to use sphinx for made documentation based on Sikuli code ?

2012-10-05 Thread gregory
Question #210332 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210332 Status: Answered => Open gregory is still having a problem: My Sikuli code is working fine. But we are getting more and more code. So I would like to have a documentation. I found sphinx that seems g

Re: [Sikuli-driver] [Question #210332]: Want to use sphinx auto doc feature for the Sikuli features? --- not possible

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

Re: [Sikuli-driver] [Question #187286]: How get tuple name ?

2013-01-29 Thread gregory
Question #187286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187286 gregory posted a new comment: Hello, I just need more information. Until know I was using that code and working good. But I would like to know if there is a better way to get name of tuple without parse all

[Sikuli-driver] [Question #231661]: Env.getOS() return MAC on linux centos 6.4

2013-07-01 Thread gregory
New question #231661 on Sikuli: https://answers.launchpad.net/sikuli/+question/231661 Hello, I have a problem with latest version of sikuli (1.0.0). On centos 6.4 Env.getOS() return mac. Does someone already noticed that problem ? Thanks in advance. -- You received this question notification

Re: [Sikuli-driver] [Question #231661]: [1.0] Env.getOS() return MAC on linux centos 6.4

2013-07-02 Thread gregory
Question #231661 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231661 Status: Answered => Open gregory is still having a problem: when I used getOS with Sikuli I have -MAC I compiled a java class file that return os name and I get - Linux. I am us

Re: [Sikuli-driver] [Question #231661]: [1.0] Env.getOS() return MAC on linux centos 6.4

2013-07-02 Thread gregory
Question #231661 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231661 Status: Needs information => Open gregory gave more information on the question: Yes it still return MAC. root@CentOS-E15 # uname -a Linux CentOS-E15 2.6.32-358.11.1.el6.i686 #1 SMP Wed Jun 12 01:01

Re: [Sikuli-driver] [Question #231661]: [1.0] Env.getOS() return MAC on linux centos 6.4

2013-07-02 Thread gregory
Question #231661 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231661 Status: Needs information => Open gregory gave more information on the question: That command print correct os name. Is there a workaround to made it works with Sikuli scripts please ? --

Re: [Sikuli-driver] [Question #231661]: [1.0] Env.getOS() return MAC on linux centos 6.4

2013-07-03 Thread gregory
Question #231661 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231661 gregory 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 for

Re: [Sikuli-driver] [Question #231661]: [1.0] Env.getOS() return MAC on linux centos 6.4

2013-07-03 Thread gregory
Question #231661 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231661 Status: Answered => Solved gregory confirmed that the question is solved: Thanks it is working. We had to modify a bit our code because we were expecting OS.LINUX for found corresponding image in im

[Sikuli-driver] [Question #250984]: How convert org.sikuli.script.Pattern in string?

2014-06-30 Thread gregory
New question #250984 on Sikuli: https://answers.launchpad.net/sikuli/+question/250984 Hello, I need a way to convert into a string an object type: org.sikuli.script.Pattern. I am using image map like: MY_MAP = { "MY_MAP" : { OS.LINUX: ("P(image_1.png) S: 0.93","P(image_2.png) S/ 095","P(im

Re: [Sikuli-driver] [Question #250984]: How convert org.sikuli.script.Pattern in string?

2014-06-30 Thread gregory
Question #250984 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250984 Status: Answered => Open gregory is still having a problem: Yes me too I can get it working without an error: the map is declarer in file that contains only map of images. Then I am doin

Re: [Sikuli-driver] [Question #250984]: How convert org.sikuli.script.Pattern in string?

2014-06-30 Thread gregory
Question #250984 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250984 Status: Needs information => Open gregory gave more information on the question: It is the same I still get the same error using my full code. While using code in same file is working. I do not see

Re: [Sikuli-driver] [Question #250984]: How convert org.sikuli.script.Pattern in string?

2014-07-01 Thread gregory
Question #250984 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250984 Status: Answered => Solved gregory confirmed that the question is solved: Yes you are right, but I made another error: for x in pImageMap: print "My map: %s" % x

Re: [Sikuli-driver] [Question #250984]: How convert org.sikuli.script.Pattern in string?

2014-07-01 Thread gregory
Question #250984 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250984 gregory 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 for

[Sikuli-driver] [Question #658440]: Java crash while running sikuli tests

2017-09-21 Thread gregory
New question #658440 on Sikuli: https://answers.launchpad.net/sikuli/+question/658440 Hello, Since few days I am facing issue while running Sikuli Tests. First it was failing randomly but then I have once case where it failed almost at same step in the test. The java crash looks like # # A fat

Re: [Sikuli-driver] [Question #658440]: Java crash while running sikuli tests

2017-09-25 Thread gregory
Question #658440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658440 gregory gave more information on the question: Using java 1.8 last update 144 I am having # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x003a6ccf, pid=3568

Re: [Sikuli-driver] [Question #658440]: Java crash while running sikuli tests

2017-09-25 Thread gregory
Question #658440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658440 gregory gave more information on the question: After running test on CentOS I moved to Ubuntu. I got same error but also I can see The crashed program seems to use third-party or local libraries: /home

Re: [Sikuli-driver] [Question #658440]: Java crash while running sikuli tests

2017-09-25 Thread gregory
Question #658440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658440 gregory posted a new comment: ok I will try and let you know. Thanks for your answer RaiMan. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #658440]: Java crash while running sikuli tests

2017-09-26 Thread gregory
Question #658440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658440 Status: Answered => Open gregory is still having a problem: After have install last sikuli version 1.1.1 # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at

Re: [Sikuli-driver] [Question #658440]: Java crash while running sikuli tests

2017-10-03 Thread gregory
Question #658440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658440 Status: Answered => Solved gregory confirmed that the question is solved: Hello, Just an update since we found the issue. In fact the Sikuli test was waiting for a windowTitle to be displayed w

[Sikuli-driver] [Bug 814089] [NEW] Made a change in code need a restart of IDE

2011-07-21 Thread gregory
Public bug reported: Hi, I'm just trying Sikuli X-1.0rc2. But I noticed something with IDE. I have created a class in a file. Then I'm calling this file in my main file. During my test a give a name to an object. But if I change name of this object and save file and run again the name during ru

[Sikuli-driver] [Question #168954]: How enter ip address with type ?

2011-08-23 Thread gregory
New question #168954 on Sikuli: https://answers.launchpad.net/sikuli/+question/168954 Hi, I'm trying to manage a java application where I need to specify login and password and an ip address. But when I set type('127.0.0.1") the results is: &éè So Am I doing something wrong ? Thanks in advance

Re: [Sikuli-driver] [Question #168954]: How enter ip address with type ?

2011-08-24 Thread gregory
Question #168954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168954 gregory posted a new comment: any idea please ? I'm really blocked by this. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for S

Re: [Sikuli-driver] [Question #168954]: How enter ip address with type ?

2011-08-24 Thread gregory
Question #168954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168954 Status: Open => Solved gregory confirmed that the question is solved: ok answer found in https://answers.launchpad.net/sikuli/+question/125515 -- You received this question notification because

[Sikuli-driver] [Question #169074]: Is there a way to take snpashot during sikuli tests ?

2011-08-24 Thread gregory
New question #169074 on Sikuli: https://answers.launchpad.net/sikuli/+question/169074 Hi, I'm just asking is there an easy way to take some snapshot during execution of sikuli tests. This is just to have some debug during test or some visual results after tests finished. Thanks in advance. --

Re: [Sikuli-driver] [Question #169074]: Is there a way to take snpashot during sikuli tests ?

2011-08-25 Thread gregory
Question #169074 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169074 Status: Answered => Solved gregory confirmed that the question is solved: it works perfectly. Thank you very much. -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #172592]: File can't be found on disk

2011-09-28 Thread gregory
Question #172592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172592 gregory posted a new comment: I just get same error: [error] IPSEngines.png looks like a file, but can't be found on the disk. Assume it's text. [info] Text Recognizer inited. [error] IPSEngines

Re: [Sikuli-driver] [Question #172679]: App.open failed: c:\Program Files (x86)\Mozilla Firefox\firefox.exe not found

2011-09-29 Thread gregory
Question #172679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172679 Status: Answered => Open gregory is still having a problem: No sorry still same error: [log] App.open C:\Program Files (x86)\Mozilla Firefox\firefox.exe(0) [error] App.open failed: C:\Program Fi

Re: [Sikuli-driver] [Question #172679]: App.open failed: c:\Program Files (x86)\Mozilla Firefox\firefox.exe not found

2011-09-29 Thread gregory
Question #172679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172679 gregory posted a new comment: X1-0-rc3 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #172679]: App.open failed: c:\Program Files (x86)\Mozilla Firefox\firefox.exe not found

2011-09-29 Thread gregory
Question #172679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172679 gregory posted a new comment: from FAQ I found this! os.system('\"c:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe\"') But I'm not sure that this is the best way to open

[Sikuli-driver] [Question #172679]: App.open failed: c:\Program Files (x86)\Mozilla Firefox\firefox.exe not found

2011-09-29 Thread gregory
New question #172679 on Sikuli: https://answers.launchpad.net/sikuli/+question/172679 Hi, I'm sorry but question is maybe stupid but I can't open firefox while I'm setting the entire path openApp("c:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe") It always failed with: [log] App.open c:\

Re: [Sikuli-driver] [Question #172679]: App.open failed: c:\Program Files (x86)\Mozilla Firefox\firefox.exe not found

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

[Sikuli-driver] [Question #172705]: NameError: global name 'XXX' is not defined since reload is used instead of execfile

2011-09-29 Thread gregory
New question #172705 on Sikuli: https://answers.launchpad.net/sikuli/+question/172705 Hi, Since I used import MODULE reload(MODULE) from MODULE import * I have some problems with my code. I have a main file where I call all my definitions: if __name__ == "__main__": snap = Output(snapOut

Re: [Sikuli-driver] [Question #172705]: NameError: global name 'XXX' is not defined since reload is used instead of execfile

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

Re: [Sikuli-driver] [Question #172679]: App.open failed: c:\Program Files (x86)\Mozilla Firefox\firefox.exe not found

2011-09-30 Thread gregory
Question #172679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172679 gregory posted a new comment: Hi, I'm sorry but I have again a question on same subject. While I'm starting firefox with: os.system('\"c:\\Program Files (x86)\\Mozilla Firefox\

Re: [Sikuli-driver] [Question #156506]: Getting Indentation error --- only use tab to indent and shift-tab to dedent

2011-09-30 Thread gregory
Question #156506 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156506 gregory posted a new comment: Sometimes I have this problem too while I'm only using tab. I'm using rc3 version. def open_smc(self): try: openApp(self.mApp_path)

Re: [Sikuli-driver] [Question #156506]: Getting Indentation error --- only use tab to indent and shift-tab to dedent

2011-09-30 Thread gregory
Question #156506 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156506 gregory requested more information: OK thanks, but I already tried to use indent and desindent shortcut but I still have the problem. And I'm not begining at 0 cause I'm in a class. -- You rec

Re: [Sikuli-driver] [Question #156506]: Getting Indentation error --- only use tab to indent and shift-tab to dedent

2011-09-30 Thread gregory
Question #156506 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156506 gregory requested more information: when try to save the file I have this error java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

Re: [Sikuli-driver] [Question #156506]: Getting Indentation error --- only use tab to indent and shift-tab to dedent

2011-09-30 Thread gregory
Question #156506 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156506 gregory posted a new comment: I'm using unzip Sikuli. But I forget to change the path in my Windows, so it OK I do not have anymore error at save. But still indent error lol. I'm still trying to fi

Re: [Sikuli-driver] [Question #156506]: Getting Indentation error --- only use tab to indent and shift-tab to dedent

2011-09-30 Thread gregory
Question #156506 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156506 gregory requested more information: I think I found something disable indentation in Preferences it fix my problem -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #156506]: Getting Indentation error --- only use tab to indent and shift-tab to dedent

2011-10-02 Thread gregory
Question #156506 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156506 gregory posted a new comment: Sorry for that I just click on wrong button. But does someone already noticed the problem with indent ? -- You received this question notification because you are a member of

[Sikuli-driver] [Question #184485]: How escape sikuli type in order to have type python code

2012-01-12 Thread gregory
New question #184485 on Sikuli: https://answers.launchpad.net/sikuli/+question/184485 Hi, I'm facing a problem. I need to get name of list and I find a way. But it seems that Sikuli recognize type and then try to enter a value. Is there a way to escape it please ?? the code: mca = ["kk","jj"]

Re: [Sikuli-driver] [Question #184485]: HowTo escape Sikuli's type() in order to have Python's type()

2012-01-12 Thread gregory
Question #184485 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/184485 Status: Answered => Open gregory is still having a problem: I get following error if type(isinstance(toString(mca), list)) and value == ["kk","jj"]: TypeError: type(): 1st

Re: [Sikuli-driver] [Question #184485]: HowTo escape Sikuli's type() in order to have Python's type()

2012-01-12 Thread gregory
Question #184485 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/184485 Status: Answered => Solved gregory confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #184485]: HowTo escape Sikuli's type() in order to have Python's type()

2012-01-12 Thread gregory
Question #184485 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/184485 gregory posted a new comment: Yes sorry I missed it too. Thanks for your help it has really help me. -- You received this question notification because you are a member of Sikuli Drivers, which is an

[Sikuli-driver] [Question #187286]: How get tuple name ?

2012-02-09 Thread gregory
New question #187286 on Sikuli: https://answers.launchpad.net/sikuli/+question/187286 Hello, I'm trying to found a way to get my tuple name. I created image tuple then for my code I need to get the name. I already known the tuple name but instead enter it twice I would like to get it in my cod

Re: [Sikuli-driver] [Question #187286]: How get tuple name ?

2012-02-09 Thread gregory
Question #187286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187286 Status: Answered => Solved gregory confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

[Sikuli-driver] [Question #289916]: Hi, RaiMan- could you guide me in Skuli's use to automate auction bids?

2016-04-03 Thread Johnny Gregory
touch Would you help? I'll gladly share a big donation to enhance your work. Thanks, Raimund. Your friend and student, Johnny Gregory Healthful Living Organic Farm Greensboro,NC (336) 541-0421 -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Bug 735434] Re: X-1.0rc2: Text extraction from Images fails in some cases on colored backgrounds

2011-08-08 Thread Gregory Peck
I had similar problems. I tried to extract numbers from regions on screen. The numbers were not correctly identified using region.text() and it seems if numbers are white on dark background it fails completely and often the numbers where identified as different text. -- You received this bug noti

[Sikuli-driver] [Question #195742]: How to run the tests that test sikuli project itself

2012-05-02 Thread Gregory Nelson
New question #195742 on Sikuli: https://answers.launchpad.net/sikuli/+question/195742 After building successfully sikuli-script, I tried to run tests with run-py-test.sh but got the following errors. Is there some other way to run the tests? I want to try adding some features, thanks! ./run-py-

Re: [Sikuli-driver] [Question #195742]: How to run the tests that test sikuli project itself

2012-05-03 Thread Gregory Nelson
Question #195742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195742 Status: Answered => Open Gregory Nelson is still having a problem: Thanks for fast response! I'm on Ubuntu 12.04 openJDK 6 and have an Ubuntu 11.10 sun java6 VM. I can get both of them to buil

Re: [Sikuli-driver] [Question #195742]: How to run the tests that test sikuli project itself

2012-05-03 Thread Gregory Nelson
Question #195742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195742 Status: Open => Solved Gregory Nelson confirmed that the question is solved: Still getting some test failures, but making some progress, wait a bit to see if I can get it working, thanks! --

Re: [Sikuli-driver] [Question #195742]: How to run the tests that test sikuli project itself

2012-05-03 Thread Gregory Nelson
Question #195742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195742 Gregory Nelson gave more information on the question: err, from sikuli-script build dir, thanks! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #195742]: How to run the tests that test sikuli project itself

2012-05-03 Thread Gregory Nelson
Question #195742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195742 Status: Solved => Open Gregory Nelson is still having a problem: Actually, can you run, from sikuli-script dir, make all-test &> norm.txt and post that file here or to pastebin? thanks

Re: [Sikuli-driver] [Question #195742]: How to run the tests that test sikuli project itself

2012-05-05 Thread Gregory Nelson
Question #195742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195742 Status: Answered => Open Gregory Nelson is still having a problem: Hi RaiMan, Thanks for those answers, I ran all the tests with make all-test, the JButtons reference I agree didn't belong,