-1

I would like to create a service, that provides a screenshot of this site, which uses heavy dhtml and is really slow on slower computers, especially on Firefox.

It would be perfect, if that screenshot would be actualized every few minutes, so I could implement it into our Website with an automatic refresh.

On Windows I could use the php-function imagegrabscreen. But that would take the screenshot without the loaded AJAX elements.

How could I delay the Screenshot until all AJAX data is loaded?

rubo77
  • 19,527
  • 31
  • 134
  • 226
  • Maybe this: http://stackoverflow.com/questions/757675/website-screenshots-using-php (which has a really hich ranking, what is the difference to my question? ) – rubo77 Aug 27 '13 at 09:53
  • 4 years old question, the rules changed. Oh, voted to close that one too. – brasofilo Aug 27 '13 at 09:56
  • Asking for recommendations of a library is also off topic –  Aug 27 '13 at 10:34

1 Answers1

1

I found a Web-solution:

You can use browsershots.org and choose a reasonable modern browser and windowsize.

It also has an API: https://browshot.com/api/documentation

You can specify any size for the thumbnail.

rubo77
  • 19,527
  • 31
  • 134
  • 226