Re: [Sikuli-driver] [Question #180457]: Region click + next point of region

2011-11-30 Thread supermaster
Question #180457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180457 supermaster gave more information on the question: i dont know how many errors are there (professionally) as i've only got this much and there are not many errors but does work to extent. while dd < 28:

Re: [Sikuli-driver] [Question #179984]: Can we capture screenshot failed test cases in test link

2011-11-30 Thread Dileep Sarkar
Question #179984 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179984 Status: Answered => Solved Dileep Sarkar confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Dri

Re: [Sikuli-driver] [Question #179984]: Can we capture screenshot failed test cases in test link

2011-11-30 Thread Dileep Sarkar
Question #179984 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179984 Dileep Sarkar posted a new comment: Hi RAI, Please find the solution for the screecapture by using java.robot(). its working fine. public void captureScreen(String fileName) throws Exception

[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.

Re: [Sikuli-driver] [Question #180515]: what path does the run command use?

2011-11-30 Thread RaiMan
Question #180515 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180515 Status: Open => Answered RaiMan proposed the following answer: It seems, you are using Sikuli IDE or Sikuli from command line (since you are talking about sys.path) sys.path has nothing to do with execu

[Sikuli-driver] [Question #180515]: what path does the run command use?

2011-11-30 Thread Jose Pablo Jimenez Velez
New question #180515 on Sikuli: https://answers.launchpad.net/sikuli/+question/180515 I'm trying some automation for a Android application I want to send some adb commands to the devices connected by usb to my computer I have adb on my path and I can run it form everywhere in my console I tried ad

[Sikuli-driver] [Question #180497]: Is the anybody worked with Siluki via UDP port for SNMP aims. I try to create session for SNMP using via Sikulli but unsuccessful.

2011-11-30 Thread LeonY
New question #180497 on Sikuli: https://answers.launchpad.net/sikuli/+question/180497 Hi, all Is the anybody worked with Siluki via UDP port for SNMP aims. I try to create session for SNMP using via Sikulli but unsuccessful  This example is working correct when I terminate it via Python GUI or c

Re: [Sikuli-driver] [Question #180497]: Working with Sikuli via UDP port for SNMP aims. I try to create session for SNMP using via Sikuli but unsuccessful.

2011-11-30 Thread LeonY
Question #180497 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180497 Summary changed to: Working with Sikuli via UDP port for SNMP aims. I try to create session for SNMP using via Sikuli but unsuccessful. Description changed to: Hi, all Is the anybody worked with Sikuli via

Re: [Sikuli-driver] [Question #180457]: Region click + next point of region

2011-11-30 Thread supermaster
Question #180457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180457 supermaster gave more information on the question: just a small note: The search for a matching pic is very slow is there any settings option where it can be set to look for a file/image/pattern more faster

Re: [Sikuli-driver] [Question #180457]: Region click + next point of region

2011-11-30 Thread supermaster
Question #180457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180457 Status: Answered => Open supermaster is still having a problem: Hay RaiMan thanks for instant reply went through some of your epic work you are really doing awesome job here, almost every post has your r

[Sikuli-driver] [Question #180492]: Creation locale-aware Sikuli scripts

2011-11-30 Thread Andrey Brindeyev
New question #180492 on Sikuli: https://answers.launchpad.net/sikuli/+question/180492 Hi! I'm on Mac and almost every program interface depends on user's locale. I recently switched to en_US locale from ru_RU and discovered that my Sikuli script stopped worked since iTunes interface changed fro

[Sikuli-driver] [Bug 889204] Re: camera button crashes sikuli...

2011-11-30 Thread RaiMan
if this does not help: -- make sure, your system path contains these 2 entries: path-to-sikuli-program-folder\libs;path-to-java-program-folder\jre6\bin -- make sure SIKULI_HOME is set the environment variable should be set as SIKULI_HOME=path-to-sikuli-program-folder\ where the trailing \ is mand

[Sikuli-driver] [Bug 889204] Re: camera button crashes sikuli...

2011-11-30 Thread RaiMan
@ Thorsten Install the newest Java version available for your system from Oracle/Sun. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/889204 Title: camera button crashes sikuli... Status in Sikul

[Sikuli-driver] [Bug 889204] Re: camera button crashes sikuli...

2011-11-30 Thread Thorsten Fröhlich
Same Problem with Vista 32Bit SP2. I nearly tried everything - without success. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/889204 Title: camera button crashes sikuli... Status in Sikuli: Ne

[Sikuli-driver] [Bug 897895] Re: [request] Java: Pattern class should retain image on Pattern constructor with an awt.BufferedImage

2011-11-30 Thread RaiMan
Thanks. The developers will have a look at it. ** Summary changed: - Pattern class does not copy image on Pattern constructor + [request] Java: Pattern class should retain image on Pattern constructor with an awt.BufferedImage -- You received this bug notification because you are a member of

Re: [Sikuli-driver] [Question #180478]: Difference between Java Approach and Python Approach

2011-11-30 Thread RaiMan
Question #180478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180478 Status: Open => Answered RaiMan proposed the following answer: When running a Sikuli script (Python language) in Jython interpreter (or with the means of Sikuli IDE), you can import and use all Java clas

Re: [Sikuli-driver] [Question #180472]: Opening saved sikuli script in Sikuli IDE from command line

2011-11-30 Thread vikramsjn
Question #180472 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180472 Status: Answered => Solved vikramsjn 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 #180478]: Difference between Java Approach and Python Approach

2011-11-30 Thread Prateek Sahu
New question #180478 on Sikuli: https://answers.launchpad.net/sikuli/+question/180478 I am using Eclipse for Sikuli scripting... I am succefully able to run my scripts... I have configured pydev and Created Python project and using jython interpreter for running scripts Now I want to know is i

Re: [Sikuli-driver] [Question #180472]: Opening saved sikuli script in Sikuli IDE from command line

2011-11-30 Thread RaiMan
Question #180472 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180472 Status: Open => Answered RaiMan proposed the following answer: use sikuli-ide.bat some-script.sikuli this will open the IDE with the script opened in a tab. sikuli-ide.bat -r some-script.sikuli would