A shell tool that displays a website, including javascript

we want to test our web pages in linux shell. For this reason, I am looking for a shell tool that receives an html page from a server (for example, "wget"), and then executes the contained Javascript, includes images, etc. After that, the tool should give me a β€œscreenshot” of the displayed page so that I can create a checksum for this screen. (So ​​I want to open a browser on Windows, open a web page and take a screenshot after loading the page, but on Linux) Can someone give me a hint?

+1
javascript linux browser shell rendering
Jun 11 '10 at 11:35 on
source share
2 answers

If you were referring to a "command line tool," perhaps webkit2png . Please note that it uses the Webkit rendering engine, so you will see how the site will look in Safari or Chrome. See also khtml2png .

+1
Jun 11 '10 at 11:49 on
source share
0
Jun 11 '10 at 21:25
source share



All Articles