[Sikuli-driver] [Question #283044]: Problem executing Sikuli scripts on selenium grid

2016-01-22 Thread Srinivas
New question #283044 on Sikuli: https://answers.launchpad.net/sikuli/+question/283044 Hi We have problem executing Sikuli scripts executing in parallel with selenium grid architecture. The problem looks like it is unable to recognize the session in which Sikuli running. Is anybody having this pr

[Sikuli-driver] [Question #283045]: Problem executing Sikuli scripts on selenium grid

2016-01-22 Thread Srinivas
New question #283045 on Sikuli: https://answers.launchpad.net/sikuli/+question/283045 Hi We have problem executing Sikuli scripts executing in parallel with selenium grid architecture. The problem looks like it is unable to recognize the session in which Sikuli running. Is anybody having this pr

Re: [Sikuli-driver] [Question #254724]: Looking for implementing a framework for GUI Swing application using open source tools

2014-09-19 Thread Srinivas P
Question #254724 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254724 Srinivas P posted a new comment: Thanks for the quick reply with details...Let me go through information as suggested and post if any further queries -- You received this question notification because you

[Sikuli-driver] [Question #254724]: Looking for implementing a framework for GUI Swing application using open source tools

2014-09-19 Thread Srinivas P
New question #254724 on Sikuli: https://answers.launchpad.net/sikuli/+question/254724 Currently i am using IDE to write scripts it is plain click events and displaying messages. But i wanted to implement framework such a way that , all snapshots and Variable values are declared in one class an

Re: [Sikuli-driver] [Question #254627]: Need to log the Sikuli IDE executed message to external file

2014-09-19 Thread Srinivas P
Question #254627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254627 Srinivas P posted a new comment: Thanks for the reply.. I mean ..looking for a framework on SikuliX. Currently i am using IDE to write scripts it is plain click events and displaying messages. But i

Re: [Sikuli-driver] [Question #254627]: Need to log the Sikuli IDE executed message to external file

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

Re: [Sikuli-driver] [Question #254627]: Need to log the Sikuli IDE executed message to external file

2014-09-19 Thread Srinivas P
Question #254627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254627 Srinivas P posted a new comment: Also can you please suggest me any framework for GUI automation as i am new to the open source tools evaluation and automation. -- You received this question notification

Re: [Sikuli-driver] [Question #254627]: Need to log the Sikuli IDE executed message to external file

2014-09-19 Thread Srinivas P
Question #254627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254627 Status: Answered => Open Srinivas P is still having a problem: I tried using the information from your link in my script , error is shown Sikuli IDE Script has below contects from sikuli imp

Re: [Sikuli-driver] [Question #254627]: Need to log the Sikuli IDE executed message to external file

2014-09-19 Thread Srinivas P
Question #254627 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254627 Srinivas P posted a new comment: Thanks a lot for the reply. Let me check and revert you if any queries/clarifications. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #254627]: Need to log the Sikuli IDE executed message to external file

2014-09-17 Thread Srinivas P
file. Please suggest me if any such option i can import to Sikuli IDE. Any help on this is appreciated, Thanks & Regards, Srinivas. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Si

Re: [Sikuli-driver] [Question #188398]: Image name passing thru excel, is not working

2012-02-21 Thread Srinivas Raju B
Question #188398 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188398 Status: Answered => Solved Srinivas Raju B confirmed that the question is solved: It worked. dude you are awesome... thanks for the solution. Thanks thanks thanks. BTW, I just want

[Sikuli-driver] [Question #188398]: Image name passing thru excel, is not working

2012-02-21 Thread Srinivas Raju B
New question #188398 on Sikuli: https://answers.launchpad.net/sikuli/+question/188398 Hi all, I am passing a command thru excel in the following format A1 Pattern("1329827186599.png").similar(0.92) when I read the content from cell A1, & trying to do the following, imgN = sh.cell_valu

Re: [Sikuli-driver] [Question #188386]: How to get Python module xlrd working with Sikuli

2012-02-21 Thread Srinivas Raju B
Question #188386 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188386 Status: Answered => Solved Srinivas Raju B confirmed that the question is solved: I got the solutions. Thanks RaiMan. Actually, I have copied xlrd folder in \Sikuli X\ExcelReading.. One more ex

[Sikuli-driver] [Question #188386]: getting error - AttributeError: 'javapackage' object has no attribute 'open_workbook'

2012-02-21 Thread Srinivas Raju B
New question #188386 on Sikuli: https://answers.launchpad.net/sikuli/+question/188386 Hi, I am getting the following error.. when i used xlrd. AttributeError: 'javapackage' object has no attribute 'open_workbook' I have installed xlrd-0.7.1.win32.msi & used zipped version of xlrd. But still get

Re: [Sikuli-driver] [Question #187168]: How can I return or print just the Pattern of an image without similarity or offset

2012-02-08 Thread Srinivas Raju B
Question #187168 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187168 Status: Answered => Solved Srinivas Raju B confirmed that the question is solved: yep. i got it. Yes, i referred to the docs, and got the solution, before your reply. :) Anyways, thanks a ton for y

[Sikuli-driver] [Question #187168]: How can I return or print just the Pattern of an image without similarity or offset

2012-02-08 Thread Srinivas Raju B
New question #187168 on Sikuli: https://answers.launchpad.net/sikuli/+question/187168 Hi RaiMan, try: Img1 = Pattern("stringatthat.png").similar(0.79).targetOffset(39,1) find(Img1) exception: # send the following info to html report. report.write "Failed - " + Img1 + " is not present "

[Sikuli-driver] [Question #185989]: Change default image path (for saving screenshots)

2012-01-26 Thread Srinivas Raju B
New question #185989 on Sikuli: https://answers.launchpad.net/sikuli/+question/185989 The following question is asked by Wondering if there is a way to tell Sikuli NOT to save screenshots in the scripts directory, but to save them elsewhere (a shared image direct

Re: [Sikuli-driver] [Question #175273]: Change default image path (for saving screenshots)

2012-01-26 Thread Srinivas Raju B
Question #175273 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/175273 Summary changed to: Change default image path (for saving screenshots) Description changed to: Wondering if there is a way to tell Sikuli NOT to save screenshots in the scripts directory, but to save them el

Re: [Sikuli-driver] [Question #166441]: Sikuli integration with HP-Quality Center

2011-08-05 Thread srinivas
Question #166441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166441 srinivas posted a new comment: Hi RaiMan, Can you please provide us more deatailed steps on this to intergrate with HP QC. Thanks in advance. Regards Srinivas -- You received this question notification