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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp