views:

48

answers:

2

Hi, we want to test our webpages on linux shell. For that reason I'm looking for a shell tool, which gets the html page from server (like 'wget') and then executes contained Javascript, include pictures and so on. After this, the tool should give me a 'screenshot' of the rendered page, so that I can create a checksum for that screen. (So I want to the same as opening browser in Windows, open webpage and make a screenshot after page load, but on linux) Can anyone give me a hint?

+1  A: 

If you meant "commandline tool", perhaps webkit2png would work. Note that it uses Webkit rendering engine, so you'll see how the site would look on Safari or Chrome. See also khtml2png.

Piskvor
A: 

wkhtml2pdf

pixelbeat