JohnP2
JohnP2

Reputation: 2197

How to make a full-page screenshot with Sikuli?

Does anyone have a suggestion on how to make a full-page screenshot with Sikuli? It seems that this tool is capable of screenshots of the current window. reference: https://sikulix-2014.readthedocs.io/en/latest/screen.html

Upvotes: 0

Views: 298

Answers (1)

RaiMan
RaiMan

Reputation: 1143

With SikuliX features you can only capture, what is currently visible on the screen.

If you want to capture the whole page, you have to use other tools available (e.g. browser features) and trigger the action appropriately from within your SikuliX workflow.

Upvotes: 0

Related Questions