← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #284383]: sikuli key modification through Fn key

 

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

    Status: Open => Answered

Karl proposed the following answer:
Capture() tells you where it stores the file. 
file_path = capture(0,0,200,200)
You can add lines in your script to put the captured image into a word document. 
click(Insert.png)
click(Pictures.png)
type(File_name.png, file_path)
*You'll need to take screenshots of the buttons/dialog area.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.