← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #190556]: Sikuli performing actions on a list of items

 

Question #190556 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190556

    Status: Open => Answered

RaiMan proposed the following answer:
--1. you need some basic Python language knowledge (faq )

--2. you need to know, how repeat something (faq )

--3. you might decide, to not do it visually
by searching/clicking on images, but use the many Python features in the modules os, os-path and others.

e.g. spoken in meta programming:

for file in all files of some_directory:
     if extension = "jpg":
           move it to some_other_directory

come back, if I got you wrong.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.