shell tool which renders web site including javascript
Posted
by drholzmichl
on Stack Overflow
See other posts from Stack Overflow
or by drholzmichl
Published on 2010-06-11T11:35:10Z
Indexed on
2010/06/11
11:52 UTC
Read the original article
Hit count: 186
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?
© Stack Overflow or respective owner