Re: [Sikuli-driver] [Question #244279]: How to get variable text from application screen and store that value in Excel in Rows

2014-02-24 Thread Eugene S
Question #244279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244279 Eugene S requested more information: So what exactly are you asking about: 1. How to copy value using Sikuli 2. How to write to excel file using Python? 2. How to compare value with another value stored in

Re: [Sikuli-driver] [Question #244279]: How to get variable text from application screen and store that value in Excel in Rows

2014-02-24 Thread RaiMan
Question #244279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244279 Status: Open = Answered RaiMan proposed the following answer: For the convenient handling of Excel sheets in SikuliX (Jython) have a look at modules xlrd, xlwt, ... faq 2208 Since then the numbers come

Re: [Sikuli-driver] [Question #244279]: How to get variable text from application screen and store that value in Excel in Rows

2014-02-23 Thread kiran maroju
Question #244279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244279 Status: Answered = Open kiran maroju is still having a problem: Eugene, i want to Insert the number from screen into Excel, automatically for each transaction made by Sikuli tool. Afterthat i want

Re: [Sikuli-driver] [Question #244279]: How to get variable text from application screen and store that value in Excel in Rows

2014-02-22 Thread Eugene S
Question #244279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244279 Eugene S requested more information: Hi, Are you asking how to copy a number or how to insert it into an Excel document? Also, about the other number you want to compare to.. Where it is located? -- You

[Sikuli-driver] [Question #244279]: How to get variable text from application screen and store that value in Excel in Rows

2014-02-20 Thread kiran maroju
New question #244279 on Sikuli: https://answers.launchpad.net/sikuli/+question/244279 Hi, We use invoice generation application, in which it generates different invoice number for each invoice. So i want to get that value into Excel sheet. And also i want to compare that invoice number from

Re: [Sikuli-driver] [Question #244279]: How to get variable text from application screen and store that value in Excel in Rows

2014-02-20 Thread obiwan-92
Question #244279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244279 Status: Open = Answered obiwan-92 proposed the following answer: Hello, First select the text you want capture with your mouse (by a double click, for example), then : type('c', KeyModifier.CTRL) #