Re: [Sikuli-driver] [Question #191836]: Sikuli integration with selenium

2012-03-28 Thread ameya kulkarni
Question #191836 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191836 Status: Needs information = Open ameya kulkarni gave more information on the question: i am working on win7 64 bit machine. i am using eclipse indigo flavour and trying to work on java. i tried this

[Sikuli-driver] [Question #191922]: Sikuli indent problem

2012-03-28 Thread andrew
New question #191922 on Sikuli: https://answers.launchpad.net/sikuli/+question/191922 I am facing indent problem with my script http://gyazo.com/a8ca8b80af9825f50efaf311c6239a51 this is an if else statment now i want it to end and then click on some images at the end but it is giving me error

Re: [Sikuli-driver] [Question #191922]: Sikuli indent problem

2012-03-28 Thread Roman Podolyan
Question #191922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191922 Status: Open = Answered Roman Podolyan proposed the following answer: this is an if else statment now i want it to end and then click on some images at the end but it is giving me error how to

Re: [Sikuli-driver] [Question #191922]: Sikuli indent problem

2012-03-28 Thread Roman Podolyan
Question #191922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191922 Roman Podolyan posted a new comment: Sorry, bad formatting. See example here: http://i44.tinypic.com/2ns8bwh.png -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #191922]: Sikuli indent problem

2012-03-28 Thread Roman Podolyan
Question #191922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191922 Roman Podolyan proposed the following answer: Once more, in graphics: http://i42.tinypic.com/117cz1z.png -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #191922]: Sikuli indent problem

2012-03-28 Thread andrew
Question #191922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191922 Status: Answered = Open andrew is still having a problem: Then please give correct if else code and also i want to come out of my 1 if else condition and start 2 -- You received this question

Re: [Sikuli-driver] [Question #191858]: I am getting this error 'module' object has no attribute 'TestCase'

2012-03-28 Thread Steve Brown
Question #191858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191858 Steve Brown posted a new comment: I created a c:\mySikuli folder, copied my work into it and all is well. c:\mySikuli\idirUnit.sikuli Win7 is interesting. :-) -- You received this question

Re: [Sikuli-driver] [Question #191922]: Sikuli indent problem

2012-03-28 Thread andrew
Question #191922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191922 andrew gave more information on the question: Here is what i want to do 3 statment in if then what to click on a image deosnt matter which statment it executed first now need to click on image after that

[Sikuli-driver] [Question #191950]: focus() works the first time only

2012-03-28 Thread Yann
New question #191950 on Sikuli: https://answers.launchpad.net/sikuli/+question/191950 Hello, I have the current situation : 2 applications (appA and appB) which need to be focus one after another. appA.open() appB.open() appA.focus() appB.focus() appA.focus() appB.focus() I notice that only the

Re: [Sikuli-driver] [Question #191836]: Sikuli integration with selenium

2012-03-28 Thread RaiMan
Question #191836 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191836 Status: Open = Needs information RaiMan requested more information: what error? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

[Sikuli-driver] [Bug 723595] Re: X-1.0rc2: WindowsXP multi monitor: IDE: taking screenshot scrambles screen

2012-03-28 Thread Jimit
Hi, I have Windows7 and Java 1.7. I am receiving following error, while trying to get screenshot on Sikuli from the suggestion given above: Exception in thread capture java.lang.UnsatisfiedLinkError: C:\Users\Administrator\AppData\Local\Temp\tmplib\Win32Util.dll: Can't find dependent libraries

[Sikuli-driver] [Question #192002]: How to use OpenCV Python functions in Sikuli?

2012-03-28 Thread Duan Liu
New question #192002 on Sikuli: https://answers.launchpad.net/sikuli/+question/192002 I'd like to add OpenCV Python functions to my Sikuli script. Where should I add the OpenCV libraries and what other sort of loops do I have to jump through to get things running? -- You received this

[Sikuli-driver] [Question #192009]: How To enter CTRl+A to slect all the text

2012-03-28 Thread anmol_bagga10
New question #192009 on Sikuli: https://answers.launchpad.net/sikuli/+question/192009 Can somebody help me with selecting all the text. I am using this, type(Key.CTRL,Key.A) AttributeError: type object 'org.sikuli.script.Key' has no attribute 'A' My os is windows 7, sikuli X 1.0rc3 Thanks