← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #225953]: Save name or picture captured on a file txt

 

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

    Status: Answered => Open

Raphael Silva is still having a problem:
Thank you.

could I too  user this?

def printscreen(): 
    type(Key.PRINTSCREEN)
    openApp("mspaint")
    observe(1)
    type("v",KEY_CTRL)
    type(Key.F4, KEY_ALT)
    type(Key.ENTER)
    img = data(data)
    paste(test+"_"+img)
    type(Key.ENTER)

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