I need to automatically collect data contained on a third-party web application. I would like to trigger the "printscreen" function on my keyboard every hour, and send the image to a file. Is this something I can do with PHP?
I suppose you could do use a refresh meta tag to automatically refresh your browser once an hour and javascript on load event to print the screen.