문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top