Re: [Sikuli-driver] [Question #186933]: Will Java Sikuli Script developed in Windows will work on Linux and MAc

2012-02-06 Thread Krishna
Question #186933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186933 Krishna posted a new comment: we are getting the following error in linux and mac os when we click on any image using sikuli with java.But working fine with IDE. ERROR: java.lang.UnsatisfiedLinkError: org

[Sikuli-driver] [Question #187052]: Sikuli is Unable to click Hyperlinks.

2012-02-06 Thread Krishna
New question #187052 on Sikuli: https://answers.launchpad.net/sikuli/+question/187052 When we are trying to Click Hyperlinks by taking image of link, getting error as "It is a Text and cannot be clicked". Please give solution for this -- You received this question notification because you are a

[Sikuli-driver] [Question #187024]: How Can I use variables as part of a path

2012-02-06 Thread Joe Murphy
New question #187024 on Sikuli: https://answers.launchpad.net/sikuli/+question/187024 Hello all! I would like to have Sikuli prompt the user for two items, a number and a name. I would then like to create a folder (directory) based on these variables. Something like: number = input ("Please

[Sikuli-driver] [Question #187015]: Create Directory Structure Within Windows

2012-02-06 Thread Joe Murphy
New question #187015 on Sikuli: https://answers.launchpad.net/sikuli/+question/187015 Looking for a quick way to create directory structures programmatically within Windows. I know I can do something like: type (KEY_WIN) paste ("cmd") type (Key.ENTER) paste ("\\server\and path\to\the\files\dire

[Sikuli-driver] [Question #187001]: Best approach for developing a unit testing GUI

2012-02-06 Thread Mychal Miller
New question #187001 on Sikuli: https://answers.launchpad.net/sikuli/+question/187001 My application involves some manual hardware interactions that trigger events in the software system for the purpose of system functional testing. I currently use Python unittest. My current scripts use "popup"

Re: [Sikuli-driver] [Bug 673995] Re: [request] Transparent pixels should be ignored in matching process

2012-02-06 Thread RaiMan
Hi Laurent, I just made some tests and found out, that transparency works on backgrounds that are not too dark. I created a png image of the Sikuli logo from the launchpad page and made the surrounding white pixels transparent (i have it attached) (done with Pixelmator on my Mac ;-). On the whit

[Sikuli-driver] [Bug 673995] Re: [request] Transparent pixels should be ignored in matching process

2012-02-06 Thread RaiMan
The above test (https://bugs.launchpad.net/sikuli/+bug/673995/comments/5) was done on Mac OS X 10.7.3 with Sikuli X 1.0rc3 - r930. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/673995 Title: [req

[Sikuli-driver] [Bug 673995] Re: [request] Transparent pixels should be ignored in matching process

2012-02-06 Thread Laurent Vaucher
If I was interested in trying to implement that feature, where should I start? I've seen that the matching process relies on OpenCV function 'matchTemplate', but from its documentation I'm not even able to tell if there is a way to exclude some pixels. -- You received this bug notification bec

Re: [Sikuli-driver] [Question #186974]: sikuli in dual monitor in Linux

2012-02-06 Thread RaiMan
Question #186974 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186974 Status: Open => Answered RaiMan proposed the following answer: ok, then you should test in linux environment too ;-) without guarantee: should work. But might make problems, if the screen matching to th

Re: [Sikuli-driver] [Question #186977]: Is non-rectangular matching possible?

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

Re: [Sikuli-driver] [Question #186977]: Is non-rectangular matching possible?

2012-02-06 Thread Laurent Vaucher
Question #186977 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186977 Linked to bug: #673995 https://bugs.launchpad.net/bugs/673995 "[request] Transparent pixels should be ignored in matching process" -- You received this question notification because you are a me

Re: [Sikuli-driver] [Question #186977]: Is non-rectangular matching possible?

2012-02-06 Thread RaiMan
Question #186977 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186977 Status: Open => Answered RaiMan proposed the following answer: Allowing patterns with transparency to ignore parts of the image is not a feature yet (but already a request bug). The only possibility is

[Sikuli-driver] [Question #186977]: Is non-rectangular matching possible?

2012-02-06 Thread Laurent Vaucher
New question #186977 on Sikuli: https://answers.launchpad.net/sikuli/+question/186977 I would like to find on screen an image that does not have rectangular bounds. For instance, I want to look for a round button and I only care for the button, not its surroundings. It might be placed on differe

Re: [Sikuli-driver] [Question #186967]: script fails when unattended

2012-02-06 Thread Beth Griffin
Question #186967 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186967 Status: Needs information => Open Beth Griffin gave more information on the question: latest build of our product being tested (a plug-in to visual studio) I thought I had installed rc3, but then that w

[Sikuli-driver] [Question #186974]: sikuli in dual monitor in Linux

2012-02-06 Thread ravi
New question #186974 on Sikuli: https://answers.launchpad.net/sikuli/+question/186974 if i install a sikuli in a dual monitor environment for a linux machine in extended mode. Will it work in same manner as in single monitor env?? I have tested in windows environment it is working. Thanks --

Re: [Sikuli-driver] [Question #186552]: App focus not setting focus as expected

2012-02-06 Thread Beth Griffin
Question #186552 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186552 Status: Answered => Solved Beth Griffin confirmed that the question is solved: Since I watch for an image that is contained on the VS startup, I click on that match to ensure focus. -- You received thi

Re: [Sikuli-driver] [Question #186626]: sikuli proboscis integration python

2012-02-06 Thread RaiMan
Question #186626 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186626 Status: Open => Answered RaiMan proposed the following answer: LOL, than there are two of us, who do not know, how to work with proboscis. So it might be a good idea to start with simple Python unittest

Re: [Sikuli-driver] [Question #186967]: script fails when unattended

2012-02-06 Thread RaiMan
Question #186967 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186967 Status: Open => Needs information RaiMan requested more information: --- wrapped in a .bat script which first downloads and installs the latest build, then starts the sikuli script. only curious: what l

Re: [Sikuli-driver] [Question #186626]: sikuli proboscis integration python

2012-02-06 Thread Javier Dominguez
Question #186626 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186626 Status: Answered => Open Javier Dominguez is still having a problem: Thanks for the answer!!! now my problem is that i didn't know how to implement proboscis, can you give me some example codes and some

[Sikuli-driver] [Question #186967]: script fails when unattended

2012-02-06 Thread Beth Griffin
New question #186967 on Sikuli: https://answers.launchpad.net/sikuli/+question/186967 I used Sikuli to implement an automated test. In my development environment, it works fine. Using the same machine, but a different user ID (but identical display settings), I run into problems. The machine i