Re: [Sikuli-driver] [Question #187149]: How to write in existing Excel Sheet

2012-02-12 Thread Prateek Sahu
Question #187149 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187149 Status: Answered = Solved Prateek Sahu confirmed that the question is solved: I found a solution for my problem Raiman, I am able to write in a existing Excel sheet using xlutils -- You received

Re: [Sikuli-driver] [Question #187287]: Unit-test run using pyunit

2012-02-12 Thread Prateek Sahu
Question #187287 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187287 Status: Answered = Open Prateek Sahu is still having a problem: when I am running my test Suite from command prompt following error is coming. I am not getting this error What I should do to resolve

Re: [Sikuli-driver] [Question #187287]: Unit-test run using pyunit

2012-02-09 Thread Prateek Sahu
Question #187287 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187287 Description changed to: I am using Pydev Eclipse for scripting. For exection Jython and to execute multiple tests Jython-unit test This much I am able to do. Now I want all this using Command Prompt I

[Sikuli-driver] [Question #187287]: Unit-test run using pyunit

2012-02-09 Thread Prateek Sahu
New question #187287 on Sikuli: https://answers.launchpad.net/sikuli/+question/187287 I am using Pydev Eclipse for scripting. For exection Jython and to execute multiple tests Jython-unit test This much I am able to do. Now I want all these to do all this using Command Prompt I have already

[Sikuli-driver] [Question #187149]: How to write in existing Excel Sheet

2012-02-07 Thread Prateek Sahu
New question #187149 on Sikuli: https://answers.launchpad.net/sikuli/+question/187149 I already have a Excel sheet, now I want to write data in exiting excel sheet. I don't want to create new sheet Help me Thanks in advance. -- You received this question notification because you are a member

[Sikuli-driver] [Question #185673]: How to get Current TestCase name while running using PyUnit

2012-01-24 Thread Prateek Sahu
New question #185673 on Sikuli: https://answers.launchpad.net/sikuli/+question/185673 I am using Python to create Test Scripts in Eclipse and Pyunit for batch run. I have created a Reporting feature for my project. Now for that I need the name of current Test Script. How can I get the name of

Re: [Sikuli-driver] [Question #185673]: How to get Current Test Script name while running Script using PyUnit

2012-01-24 Thread Prateek Sahu
Question #185673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185673 Summary changed to: How to get Current Test Script name while running Script using PyUnit -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #185673]: How to get Current Test Script name while running Script using PyUnit

2012-01-24 Thread Prateek Sahu
Question #185673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185673 Status: Answered = Open Prateek Sahu is still having a problem: It displays runfile.py. When I am running script using Jython unit test But when I am using jython run: Its working fine.I have

Re: [Sikuli-driver] [Question #185681]: Userid validation

2012-01-24 Thread Prateek Sahu
Question #185681 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185681 Status: Open = Answered Prateek Sahu proposed the following answer: Yes, You can copy the data to Clipboard which in text box using keyboard handling First using sikuli click on that text box

Re: [Sikuli-driver] [Question #185673]: How to get Current Test Script name while running Script using PyUnit

2012-01-24 Thread Prateek Sahu
Question #185673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185673 Status: Needs information = Open Prateek Sahu gave more information on the question: Yes I am using Python unit test feature of PyDev. Raiman it would be really helpful if could share one sample

[Sikuli-driver] [Question #184848]: Problem in launching Sikuli IDE

2012-01-15 Thread Prateek Sahu
New question #184848 on Sikuli: https://answers.launchpad.net/sikuli/+question/184848 I am facing problem in launching Sikuli IDE. When I am clicking on Sikuli IDE shortcut, mouse pointer blinks 3 times but sikuli IDE window does not appears. I have tried to reinstall Sikuli many times but

Re: [Sikuli-driver] [Question #183695]: Selenium in Sikuli Scripts

2012-01-04 Thread Prateek Sahu
Question #183695 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/183695 Description changed to: As Sikuli is not able to handle dynamic elements thats why I would like to use selenium with sikuli. How can I use Selenium in between sikuli python script I have configured sikuli

[Sikuli-driver] [Question #183695]: Selenium in Sikuli Scripts

2012-01-04 Thread Prateek Sahu
New question #183695 on Sikuli: https://answers.launchpad.net/sikuli/+question/183695 As Sikuli is not able to handle dynamic elements thats why I would like to use selenium with sikuli. How can I use Selenium in between sikuli python script I have configured sikuli in eclipse. So how can I

Re: [Sikuli-driver] [Question #183695]: Selenium in Sikuli Scripts

2012-01-04 Thread Prateek Sahu
Question #183695 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/183695 Status: Answered = Open Prateek Sahu is still having a problem: I have already done this Raiman. Now the problem is selenium always opens a new browser with new session ID I want that selenium should

Re: [Sikuli-driver] [Question #181761]: Tool to get x/y Coordimates of screen

2011-12-14 Thread Prateek Sahu
Question #181761 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/181761 Status: Needs information = Open Prateek Sahu gave more information on the question: i am using Windows XP. -- You received this question notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Question #181862]: How to write at the end of a Excel sheet

2011-12-14 Thread Prateek Sahu
New question #181862 on Sikuli: https://answers.launchpad.net/sikuli/+question/181862 I am using xlwt to write in excel sheet. For this I have created a function. I am calling this function many times in my program I want that this function should first detect last row then it should start

[Sikuli-driver] [Question #181758]: Problem in capturing a region

2011-12-13 Thread Prateek Sahu
New question #181758 on Sikuli: https://answers.launchpad.net/sikuli/+question/181758 I am using the following code to capture region def captureContent(): return capture(Region(region.x + 1, region.y + 1, region.w - 2, region.h - 2)) #Code to capture region capture(Region(1,

[Sikuli-driver] [Question #181761]: Tool to get x/y Coordimates of screen

2011-12-13 Thread Prateek Sahu
New question #181761 on Sikuli: https://answers.launchpad.net/sikuli/+question/181761 Is there any tool which I can use to get coordinates of screen -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #181359]: Dynanic Object

2011-12-08 Thread Prateek Sahu
New question #181359 on Sikuli: https://answers.launchpad.net/sikuli/+question/181359 I have created one script which test the create account functionality now once the account is created the account name is displayed on the UI. I want to validate whether the image is present or not.. Now how

[Sikuli-driver] [Question #181173]: Differentiate between similar images

2011-12-07 Thread Prateek Sahu
New question #181173 on Sikuli: https://answers.launchpad.net/sikuli/+question/181173 I have take a screen shot of a image. This image is common on screen, now Sikuli is identifying many images. I have already tried reg.exists(xxx.img,100) reg.click(reg.getLastMatch()) But the problem is that

Re: [Sikuli-driver] [Question #180715]: Problem in running sikuli script in another Image

2011-12-07 Thread Prateek Sahu
Question #180715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180715 Status: Answered = Solved Prateek Sahu confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

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

2011-12-06 Thread Prateek Sahu
Question #180478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180478 Status: Answered = Solved Prateek Sahu confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #180715]: Problem in running sikuli script in another Image

2011-12-05 Thread Prateek Sahu
Question #180715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180715 Status: Needs information = Open Prateek Sahu gave more information on the question: Hello Raimund, Thanks for you assistance... As I am working in a team so I need to run my scripts on different

Re: [Sikuli-driver] [Question #180926]: Regarding Batch Run of Sikuli Scripts

2011-12-05 Thread Prateek Sahu
Question #180926 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180926 Status: Answered = Open Prateek Sahu is still having a problem: Sorry Raimun But is it possible by creating a Batch File... -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #180715]: Problem in running sikuli script in another Image

2011-12-04 Thread Prateek Sahu
Question #180715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180715 Status: Needs information = Open Prateek Sahu gave more information on the question: Hello RaiMan, I have tried every thing. But its an issue... I have recorded script in IE7 and I am trying to run

Re: [Sikuli-driver] [Question #180926]: Regarding Batch Run of Sikuli Scripts

2011-12-04 Thread Prateek Sahu
Question #180926 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180926 Prateek Sahu posted a new comment: *Is it possible by creating a batch file if yes then how??? Sorry for spelling mistake :-) -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #180926]: Regarding Batch Run of Sikuli Scripts

2011-12-04 Thread Prateek Sahu
Question #180926 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180926 Description changed to: I have created My Sikuli Scripts using python... Steps which I had followed: 1. Create Python project. 2. All the the test Scripts are in this project only. all the

[Sikuli-driver] [Question #180715]: Problem in running sikuli script in another Image

2011-12-02 Thread Prateek Sahu
New question #180715 on Sikuli: https://answers.launchpad.net/sikuli/+question/180715 I have created a sikuli script on my machine... now I am trying to run the same script on other machine But the sikuli script is not running-it is not able to identify the images... I have checked the

[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

[Sikuli-driver] [Question #180364]: How to select a particular image

2011-11-29 Thread Prateek Sahu
New question #180364 on Sikuli: https://answers.launchpad.net/sikuli/+question/180364 Is there a way to select a specific image when there are many similar images present on the screen??? Please help -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #180364]: How to select a particular image

2011-11-29 Thread Prateek Sahu
Question #180364 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/180364 Status: Answered = Open Prateek Sahu is still having a problem: No RaiMan this is not the problem let me explain a little bit I am using sikuli for a web application When the web page is completely

[Sikuli-driver] [Question #180247]: Best Testing Approch

2011-11-28 Thread Prateek Sahu
New question #180247 on Sikuli: https://answers.launchpad.net/sikuli/+question/180247 I have created 2-3 sikuli scripts using python in Eclipse.Till now I have used Jython Run to run these scripts and these scripts are working fine. Now I want to run this using batch run. What should I do??? Is

[Sikuli-driver] [Question #180259]: To reset the Image path at the time of Recording

2011-11-28 Thread Prateek Sahu
New question #180259 on Sikuli: https://answers.launchpad.net/sikuli/+question/180259 Is there a way to set the image path at the time of recording in sikuli. At present all my images gets saved at C:\WINDOWS\Temp\tmp-284260332.sikuli for a partucular project when I will create any new project

Re: [Sikuli-driver] [Question #180259]: To reset the Image path at the time of Recording

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

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-24 Thread Prateek Sahu
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Status: Answered = Open Prateek Sahu is still having a problem: Ok RaiMan I have tried to download jython 2.5.2 from www.jython.org many times but the downloaded file is corrupt. If you have jython

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-24 Thread Prateek Sahu
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Prateek Sahu gave more information on the question: Thanks RaiMan for sharing jython.jar. It really worked now I am trying to run a sikuli script import unittest from sikuli.Sikuli import

[Sikuli-driver] [Question #179862]: Python Vs JAVA for sikuli scripting

2011-11-24 Thread Prateek Sahu
New question #179862 on Sikuli: https://answers.launchpad.net/sikuli/+question/179862 Currenty I am using Python for sikuli scripting... Is it possible that I may switch to JAVA which one will be better??? and If I wish to use JAVA for scripting... will it be possible to run that script using

Re: [Sikuli-driver] [Question #179862]: Python Vs JAVA for sikuli scripting

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

[Sikuli-driver] [Question #179872]: Script Error-when runs .py file Run as jython

2011-11-24 Thread Prateek Sahu
New question #179872 on Sikuli: https://answers.launchpad.net/sikuli/+question/179872 I have come across a error when I am trying to run the follwing python script import sys print sys.path from sikuli.Sikuli import * print sys.path Following error is shown when this script runs on jython

Re: [Sikuli-driver] [Question #179872]: Script Error-when runs .py file Run as jython

2011-11-24 Thread Prateek Sahu
Question #179872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179872 Status: Answered = Solved Prateek Sahu confirmed that the question is solved: Hey RaiMan, Some how I managed to get jython 2.5.2 and this time the file was not corrupt, I have followed your steps

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

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

[Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread Prateek Sahu
New question #179741 on Sikuli: https://answers.launchpad.net/sikuli/+question/179741 i have configured eclipse for jython ... Now I want to run my sikuli script which I have created using sikuli ide. Please help me how can I run my .sikuli file using Eclipse... -- You received this question

Re: [Sikuli-driver] [Question #179615]: Configuring Eclipse for Jython

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

Re: [Sikuli-driver] [Question #179615]: Configuring Eclipse for Jython

2011-11-23 Thread Prateek Sahu
Question #179615 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179615 Prateek Sahu posted a new comment: Thanks raiman I have configured eclipse for jython using version jython 2.2.1 and it worked.. -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread Prateek Sahu
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Status: Answered = Open Prateek Sahu is still having a problem: Yes I have read this tutorial... and I have followed the mentiond steps.. Now i want to run my sikuli script using eclipse...please help

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread Prateek Sahu
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Status: Answered = Open Prateek Sahu is still having a problem: Thank You It would be great if could please tell me step wise procedure how I can use .py file in Eclipse... I am using Eclipse 3.4

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread Prateek Sahu
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Prateek Sahu gave more information on the question: doubleClick(1321868315871.png) wait(gelCSopraInd.png,5) click(Pattern(IFnFll1.png).similar(0.79).targetOffset(2,0)) click(TELEXT.png) click(Pattern

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread Prateek Sahu
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Status: Answered = Open Prateek Sahu is still having a problem: Thanks RaiMan.. I had already follwed steps you mentioned in your last answer... now when I am running the follwing script and an error

Re: [Sikuli-driver] [Question #179615]: Configuring Eclipse for Jython

2011-11-22 Thread Prateek Sahu
Question #179615 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179615 Description changed to: I want to ask whether sikuli script(i.e .py (python script)) can run in eclipse??? I have alredy configured Eclipse for Python. But When I am trying to run sikuli's python script its

Re: [Sikuli-driver] [Question #179615]: Configuring Eclipse for Jython

2011-11-22 Thread Prateek Sahu
Question #179615 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179615 Description changed to: I want to ask whether sikuli script(i.e .py (python script)) can run in eclipse??? I have alredy configured Eclipse for Python. But When I am trying to run sikuli python script its

Re: [Sikuli-driver] [Question #141302]: Sikuli X: Want to use Jython 2.5.2 with sikuli-script.jar

2011-11-22 Thread Prateek Sahu
Question #141302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/141302 Prateek Sahu posted a new comment: Hi RaiMan Could you please share the link fron where I could download Jython 2.5.2 -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #179615]: Configuring Eclipse for Jython

2011-11-22 Thread Prateek Sahu
Question #179615 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179615 Prateek Sahu posted a new comment: Thanks RaiMan for you help. I have also refered you post ques # 141302 But the point is I am not able to get jython 2.5.2 I tried to download jython 2.5.2 from http

Re: [Sikuli-driver] [Question #179615]: Configuring Eclipse for Jython

2011-11-22 Thread Prateek Sahu
Question #179615 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179615 Prateek Sahu posted a new comment: I have installed pydev plugin for eclipse but when i try to install jython using below command : java -jar jython_installer-2.5.2.jar it gives an error message Invalid

Re: [Sikuli-driver] [Question #179615]: Configuring Eclipse for Jython

2011-11-22 Thread Prateek Sahu
Question #179615 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179615 Status: Answered = Open Prateek Sahu is still having a problem: I have installed pydev plugin for eclipse but when i try to install jython using below command : java -jar jython_installer-2.5.2.jar