[Sikuli-driver] [Question #233374]: Action on a screen event

2013-08-01 Thread mach81
New question #233374 on Sikuli: https://answers.launchpad.net/sikuli/+question/233374 I am trying to script the following scenario - There are 2 UI elements involved one below the other. Element 1 is a dropdown. When a specific item from the dropdown is selected then Element 2 , a textbox needs

Re: [Sikuli-driver] [Question #233374]: Action on a screen event

2013-08-01 Thread mach81
Question #233374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233374 Status: Answered = Open mach81 is still having a problem: No luck. I implemented this code wait(1375358275571.png,2) click(wait(1375274101298.png, 3)) But the error message remains the same error

[Sikuli-driver] [Question #233428]: Excel support in Sikuli

2013-08-02 Thread mach81
New question #233428 on Sikuli: https://answers.launchpad.net/sikuli/+question/233428 I am trying to implement a test automation solution using Sikuli wherein the test data needs to be read from various cells of an excel sheet. The format of the excel sheet is fixed and will always remain same

Re: [Sikuli-driver] [Question #233428]: Excel support in Sikuli

2013-08-02 Thread mach81
Question #233428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233428 Status: Answered = Solved mach81 confirmed that the question is solved: Thanks. I will be exploring the Python xlrd module. -- You received this question notification because you are a member

[Sikuli-driver] [Question #233560]: xlrd error

2013-08-05 Thread mach81
New question #233560 on Sikuli: https://answers.launchpad.net/sikuli/+question/233560 I am trying to run the example script provided here. http://pypi.python.org/packages/source/x/xlrd/xlrd-0.7.1.zip I have downloaded xlrd1 module from here - http://pypi.python.org/pypi/xlrd1 Followed these

[Sikuli-driver] [Question #233667]: xlrd open workbook module not found

2013-08-07 Thread mach81
New question #233667 on Sikuli: https://answers.launchpad.net/sikuli/+question/233667 I have downloaded the xlrd-0.9.2.zip. Unzipped the same and copied it to this location - C:\Program Files (x86)\Sikuli X\libs\ This is added to my Path (User and System variables) - C:\Program Files

Re: [Sikuli-driver] [Question #233667]: xlrd open workbook module not found

2013-08-09 Thread mach81
Question #233667 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233667 Status: Answered = Open mach81 is still having a problem: Where exactly is xlrd.pyits not in the xlrd module folder -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #233667]: xlrd open workbook module not found

2013-08-11 Thread mach81
Question #233667 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233667 Status: Answered = Open mach81 is still having a problem: I did the following 1) Created new folder Lib 2) Added the same to the system path But when I try to run this script import xlrd workbook

Re: [Sikuli-driver] [Question #233667]: xlrd open workbook module not found

2013-08-12 Thread mach81
Question #233667 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233667 Status: Answered = Open mach81 is still having a problem: I have downloaded Sikuli from here - https://launchpad.net/sikuli/+download Sikuli-IDE-1.0.0-Win64.zip Unzipped the files and am currently

Re: [Sikuli-driver] [Question #233667]: xlrd open workbook module not found

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

[Sikuli-driver] [Question #233321]: Identify specific checkbox

2013-07-31 Thread mach81
New question #233321 on Sikuli: https://answers.launchpad.net/sikuli/+question/233321 I am trying to automate a desktop application. The screen I am stuck up with has a around 5 checkboxes, one below the other. I am trying Sikuli to recognize a specific checkbox and click on the same. This is

Re: [Sikuli-driver] [Question #233321]: Identify specific checkbox

2013-07-31 Thread mach81
Question #233321 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233321 Status: Needs information = Open mach81 gave more information on the question: Region(613,580,166,23) click(1375270632896.png) -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #233321]: Identify specific checkbox

2013-07-31 Thread mach81
Question #233321 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233321 Status: Needs information = Open mach81 gave more information on the question: I am not searching for the text but using the Region function to restrict Sikuli to searching only the checkbox which

Re: [Sikuli-driver] [Question #233321]: Identify specific checkbox

2013-07-31 Thread mach81
Question #233321 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233321 Status: Answered = Solved mach81 confirmed that the question is solved: This solves my problem. Thanks a lot for your help -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #233360]: How to use the location object

2013-08-01 Thread mach81
New question #233360 on Sikuli: https://answers.launchpad.net/sikuli/+question/233360 I am aware that Sikuli provides Region function to ensure that only a specific area of the screen is referenced. But while implementing this I am still facing issues with identification. Hence I would like the

Re: [Sikuli-driver] [Question #233360]: How to use the location object

2013-08-01 Thread mach81
Question #233360 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233360 Status: Answered = Open mach81 is still having a problem: Thanks for the indepth explanation. While capturing an image with Sikuli, is there a provision of managing (or knowing) the exact pixels being

Re: [Sikuli-driver] [Question #233360]: How to use the location object

2013-08-01 Thread mach81
Question #233360 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233360 Status: Answered = Open mach81 is still having a problem: I have a screen with multiple checkboxes, one below the other. I had used the Region function and the following code - Region(521,583,175,24