Hi,
I need to get a screenshoot of a specific window inside a software. This in on Windows OS. I need to use the command line because I will be integrating this in automatic tests.
How can I do it? After some research the only thing I found was for Linux, not Windows.
Is this even possible in Windows OS?
Thank you.
Grab screenshoot of specific window on Windows OS
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Grab screenshoot of specific window on Windows OS
IM can capture the entire screen:
IrfanView is more flexible, and can capture the entire screen or just the foreground window or some other opions, but not any named window.
Code: Select all
magick screenshot: s.png
snibgo's IM pages: im.snibgo.com
Re: Grab screenshoot of specific window on Windows OS
Thank you for your help. Does it work with command line?snibgo wrote: ↑2018-04-18T07:51:20-07:00 IM can capture the entire screen:IrfanView is more flexible, and can capture the entire screen or just the foreground window or some other opions, but not any named window.Code: Select all
magick screenshot: s.png