0

I am new to Sikuli and I had one doubt. Consider I am using Sikuli and written some sentences in Microsoft Word using Sikuli (by using the editor command). Now I want to take a screenshot of the Desktop and paste in the Microsoft Word file after the sentences I have written.

Can this be done in Sikuli?

Bookeater
  • 474
  • 1
  • 7
  • 12
Muzammil
  • 19
  • 3

1 Answers1

1

If the Word window is already in focus, just do:

type(Key.PRINTSCREEN)
type("v", KeyModifier.CTRL)
Eugene S
  • 6,709
  • 8
  • 57
  • 91