← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #241264]: Opening and exporting a file one after another

 

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

    Status: Open => Answered

obiwan-92 proposed the following answer:
Hello.

I'm sorry, I don't understood exactly what you trying to do, so I won't
be too accurate.

# Once you are in your directory:
for file in findAll("a_cwz_capture.png"):
    doubleClick(img) # Presume you open it like this
    # Check what you have to check
    type(Key.F4, KeyModifier.CTRL) # Close your application (you can click on the red cross too ;-))

Hope it's help.

Regards.

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