I would like to save exactly the version of a page that I am currently seeing. This means the complete page that was generated after running all the site scripts and therefore has all the css,js files and images.
I tried it on an output from woorank.com but I am missing quite a lot of css images and the local copy has these problems (a shortened error log):
Failed to load resource file:///C:/assets/img/css/header_icon_lang.png
body.scrollTop is deprecated in strict mode. Please use 'documentElement.scrollTop' if in strict mode and 'body.scrollTop' only if in quirks mode.
body.scrollLeft is deprecated in strict mode. Please use 'documentElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in quirks mode.
XMLHttpRequest cannot load No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('file://') does not match the recipient window's origin ('null'). core:rpc:shindig.random:shindig.sha1.js?c=2:838 1 2 Answers
Did you try Internet Explorer? it'll save a whole page... But if you persist on chrome you can use some extensions:
1Teleport Pro is a good software to download webpages. It can automate the process and go through all links in a domain or from a specific address. On the other hand, you can try to use Ctrl+S shortcut (save webpage) in web browsers like Chrome, Firefox - they vary in the files that are being saved locally to disk. Another option is wget (there is one compiled for Windows console) which can do the same.