[Sikuli-driver] [Question #284383]: sikuli key modification through Fn key

2016-02-02 Thread rupayan nath
New question #284383 on Sikuli: https://answers.launchpad.net/sikuli/+question/284383 I need to take screenshot.I wrote something like 'type(Key.FN, KeyModifier.END)' [END is the key for PrntScrn] I have tried 'Key.FUNCTION' as well but Key doesnot have any such attribute.Please

Re: [Sikuli-driver] [Question #283771]: Sikuli error while opening excel sheet

2016-02-01 Thread rupayan nath
Question #283771 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283771 Status: Needs information => Open rupayan nath gave more information on the question: Name= sikuli files.py Folder path = D:\sikuli files.sikuli -- You received this question notification because y

[Sikuli-driver] [Question #284257]: copy individual excel cell and put it to a different program using Sikuli 1.1.0

2016-02-01 Thread rupayan nath
New question #284257 on Sikuli: https://answers.launchpad.net/sikuli/+question/284257 from xlrd import open_workbook from xlutils.copy import copy rb = open_workbook('C:\\Users\\rupayan.nath\\Desktop\\New Microsoft Excel Worksheet.xls', formatting_info=True, on_demand=True) wb=copy(rb)

Re: [Sikuli-driver] [Question #283903]: sikuli copy and paste

2016-01-31 Thread rupayan nath
Question #283903 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283903 Status: Answered => Open rupayan nath is still having a problem: EOM1-0987654321234567890-1LOMCA7 is an order_id. I have to copy and paste the id to a database SQL query and execute the query seve

[Sikuli-driver] [Question #283903]: sikuli copy and paste

2016-01-29 Thread rupayan nath
New question #283903 on Sikuli: https://answers.launchpad.net/sikuli/+question/283903 i want to paste ('EOM1-0987654321234567890-1LOMCA7') in place of ('EOM1-0987654321234567890-1LOMCA8'). I have copied it from excel cell successfully. How can I paste it in the above mentioned way using

Re: [Sikuli-driver] [Question #283771]: Sikuli error while opening excel sheet

2016-01-27 Thread rupayan nath
Question #283771 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283771 Status: Answered => Open rupayan nath is still having a problem: number of backslashes are correct and tried with the file extension as well. Still the same error -- You received this quest

[Sikuli-driver] [Question #283771]: Sikuli error while opening excel sheet

2016-01-27 Thread rupayan nath
New question #283771 on Sikuli: https://answers.launchpad.net/sikuli/+question/283771 Hi, I am using sikuli 1.1.0. So, xlrd package is already present. But i am getting the following error while trying to open a workbook although the file is present and tthe patth is very much correct [error]

[Sikuli-driver] [Question #283335]: automate copying data from excel and pasting in db

2016-01-25 Thread rupayan nath
New question #283335 on Sikuli: https://answers.launchpad.net/sikuli/+question/283335 I am new to Sikuli. I need to copy data from excel sheets and paste them to a DB query using sikuli script. And how can I iterate among the excel cells to copy and paste the data repeatedly. These data needs