[Sikuli-driver] [Question #394787]: Example about how to integrate Sikuli in Python unit test suite

2016-09-13 Thread Lucio
New question #394787 on Sikuli: https://answers.launchpad.net/sikuli/+question/394787 Hi, I am using Python and Selenium to learn how to test web apps, but for testing apps other than the ones running in a browser, I did discover Sikuli. Now, I would like to integrate it to perform tests, in a

Re: [Sikuli-driver] [Question #394787]: Example about how to integrate Sikuli in Python unit test suite

2016-09-22 Thread Lucio
Question #394787 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/394787 Status: Answered => Solved Lucio confirmed that the question is solved: Thanks for the reply, Raiman; I am exploring Lackey and subprocess; which seems the fastest way. I have already a ton of ot

Re: [Sikuli-driver] [Question #402441]: Parse a list of files and load them, instead than take a snapshot for each file

2016-09-28 Thread Lucio
Question #402441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402441 Summary changed to: Parse a list of files and load them, instead than take a snapshot for each file -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Question #402441]: Parse a list of files and load them

2016-09-28 Thread Lucio
New question #402441 on Sikuli: https://answers.launchpad.net/sikuli/+question/402441 Hi, I would like to automate an application, which read a file, perform a filter on that file and then load the next. I can do the whole end to end workflow but I have a lots of files, so I was hoping that

Re: [Sikuli-driver] [Question #402441]: Parse a list of files and load them, instead than take a snapshot for each file

2016-09-28 Thread Lucio
Question #402441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402441 Status: Answered => Open Lucio is still having a problem: Hi RaiMan, Thanks for the reply. The problem here is that I need to open a file from the "open" menu of the application; and I

Re: [Sikuli-driver] [Question #402441]: Parse a list of files and load them, instead than take a snapshot for each file

2016-10-01 Thread Lucio
Question #402441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402441 Lucio posted a new comment: Thanks, so I can create a list of files and save it, to be used by Sikuli? I do not have problems to deal with pure python, but I have problems to understand how the code has

Re: [Sikuli-driver] [Question #402441]: Parse a list of files and load them, instead than take a snapshot for each file

2016-10-01 Thread Lucio
Question #402441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402441 Status: Answered => Solved Lucio confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an ans