Re: [Sikuli-driver] [Question #246863]: A strange behaviour?

2014-04-23 Thread Garima Kumar
Question #246863 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246863 Status: Answered => Solved Garima Kumar confirmed that the question is solved: thanks RaiMan :-) -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #246863]: A strange behaviour?

2014-04-22 Thread Garima Kumar
Question #246863 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246863 Status: Needs information => Open Garima Kumar gave more information on the question: Hello RaiMan, Sorry for late responce for the information. i have been using Sikuli 1.0.1 version. and here is

[Sikuli-driver] [Question #246863]: A strange behaviour?

2014-04-11 Thread Garima Kumar
New question #246863 on Sikuli: https://answers.launchpad.net/sikuli/+question/246863 Hello team, today i have observed a strange behaviour of sikuli. few days back i have written some code, that time it was working fine for me. today when i ran that code it started giving me error saying image n

Re: [Sikuli-driver] [Question #246403]: Mltiple selection

2014-04-04 Thread Garima Kumar
Question #246403 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246403 Status: Answered => Solved Garima Kumar confirmed that the question is solved: Thanks :) -- You received this question notification because you are a member of Sikuli Drivers, which is an ans

[Sikuli-driver] [Question #246403]: Mltiple selection

2014-04-02 Thread Garima Kumar
New question #246403 on Sikuli: https://answers.launchpad.net/sikuli/+question/246403 Hello team, in my project i have to select 2 images, manually i can do it will Ctrl key. but using sikuli how can i accomplish that. i have tried 1) click(image1.png) KeyModifier.CTRL click(image2.png) Not beha

[Sikuli-driver] [Question #246389]: import failed in .skl file

2014-04-02 Thread Garima Kumar
New question #246389 on Sikuli: https://answers.launchpad.net/sikuli/+question/246389 Hello team, i have a scenerio, i have 2 .sikuli files at folder: e:\Garima\testCase 1) StepToPerform.sikuli 2) logFileGeneration.sikuli in first file i have a statement "import logFileGeneration" i have convert

Re: [Sikuli-driver] [Question #246340]: Using Python's traceback in Sikuli script

2014-04-01 Thread Garima Kumar
Question #246340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246340 Status: Answered => Solved Garima Kumar confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

[Sikuli-driver] [Question #246340]: Regarding "traceback"

2014-04-01 Thread Garima Kumar
New question #246340 on Sikuli: https://answers.launchpad.net/sikuli/+question/246340 Hello team, I am using traceback feature of sikuli. i have a try.sikuli file. looks like import traceback def abc(): try: click("image")//let's say image is not avaible at screen except:

Re: [Sikuli-driver] [Question #246151]: exception handling

2014-03-27 Thread Garima Kumar
Question #246151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246151 Status: Answered => Solved Garima Kumar confirmed that the question is solved: Thanks Eugene small F is typo error :) and after adding the import line to my code, It's working for me Thanks

[Sikuli-driver] [Question #246151]: exception handling

2014-03-27 Thread Garima Kumar
New question #246151 on Sikuli: https://answers.launchpad.net/sikuli/+question/246151 Hello Team, i want to use Exception handling in my code. throught some already asked questions on Launchpad i come to know that "sys.exc_info" will be having all the information about the exception raised. i

Re: [Sikuli-driver] [Question #246084]: Count an image available on screen.

2014-03-26 Thread Garima Kumar
Question #246084 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246084 Status: Answered => Open Garima Kumar is still having a problem: Hello RaiMan, Thanks a lot for your help. It's working for me. Regards Garima On Wed, Mar 26, 2014 at 11:41 PM, RaiMan <

[Sikuli-driver] [Question #246084]: Count an image available on screen.

2014-03-26 Thread Garima Kumar
New question #246084 on Sikuli: https://answers.launchpad.net/sikuli/+question/246084 Hello team, I have a scanerio where i have single image multiple times on a screen. now i want to count for this image, that how many times this image is available. please guide me how to proceed with this. if p

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-20 Thread Garima Kumar
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Answered => Solved Garima Kumar confirmed that the question is solved: hello Obiwan i m missing point 1 so it has solved my problem. point 2 is my typo mistake while writting the quest

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-20 Thread Garima Kumar
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Answered => Open Garima Kumar is still having a problem: Hello Obiwan, thanks for the reply,with createWorkflow("Cardiac"). it's working fine. but now one more error came

Re: [Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-19 Thread Garima Kumar
Question #245732 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245732 Status: Needs information => Open Garima Kumar gave more information on the question: Hello, I have a workflow.sikuli, inside that ia have a method called def createWorkflow(workflowName): pr

Re: [Sikuli-driver] [Question #245660]: issue with accessing the image stored at a particular repository.

2014-03-19 Thread Garima Kumar
Question #245660 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245660 Status: Needs information => Solved Garima Kumar confirmed that the question is solved: Hello RaiMan The issues is with some access permessions. It's resolved now. :-) -- You received this

[Sikuli-driver] [Question #245732]: From a .sikuli how to call a parameterized method available in a different .sikuli.

2014-03-19 Thread Garima Kumar
New question #245732 on Sikuli: https://answers.launchpad.net/sikuli/+question/245732 Hello team, i am trying to call an parameterized method available in a different .sikuli folder. i am able to call a non parameterized but not the parameterized one. Please guide me how to do the same. Thanks A

[Sikuli-driver] [Question #245660]: issue with accessing the image stored at a particular repository.

2014-03-18 Thread Garima Kumar
New question #245660 on Sikuli: https://answers.launchpad.net/sikuli/+question/245660 Hello Sikuli Team, i have created a repository for my project and wants to access all the snapshots from one place. in one code i am checking for the existence of 2 images on the screen. it's surprising for me