5
2
I've been researching for a day or two but can't find a method to take a screenshot of a specific window (possibly the only window) open at a specific time using an Apple script.
Currently I have the script execute
screencapture -T1 ~/Desktop/screenshot.png
But what I want is really
screencapture -wx -T1 ~/Desktop/screenshot.png
But when I use -wx, it waits for a mouse click on the window.
Are there any utilities, built in or not, that will allow me to do this?
Thank you so much!
(I'm sorry if this belongs on Stack Overflow, can someone move it if it does. It kind of overlaps both super user and stack overflow.)
Edit: The windows alternative that I'm looking for on a Mac is the keyboard shortcut:
Alt + PrntScrn
Can I ask why do you need to applescript it? – Paulo – 2010-03-21T15:05:14.080
Are you looking for a keyboard shortcut or a command you can use in a script? – fideli – 2010-01-14T02:10:26.440