BillLuvsU Posted May 26, 2012 Share Posted May 26, 2012 (edited) I need a way to take an accurate "snapshot" of a webpage. Scripts and dynamic elements do not matter, and neither does how its saved as long as I can load it again later in a web browser. Looked through documentation and searched but no answers. Have a feeling I'm being stupid. Fast help would be appreciated, have a deadline. Edit: Forgot to mention I need to save it locally and need to have it completely undependent on anything remote (In case the page is taken down at a later time) Edited May 26, 2012 by BillLuvsU [center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw Link to comment Share on other sites More sharing options...
GordonFreeman Posted May 26, 2012 Share Posted May 26, 2012 (edited) #include <ScreenCapture.au3> $Handle = WinGetHandle(@ScriptFullPath & " * SciTE") _ScreenCapture_CaptureWnd(@DesktopDir & "ScreenOfWindow.jpg", $Handle) Edited May 26, 2012 by GordonFreeman Frabjous Installation Link to comment Share on other sites More sharing options...
BillLuvsU Posted May 26, 2012 Author Share Posted May 26, 2012 Would that grab the entire web page? Not just whats in the viewing area? Testing now. [center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw Link to comment Share on other sites More sharing options...
GordonFreeman Posted May 26, 2012 Share Posted May 26, 2012 (edited) If you take 2 SSMouseWheel("down", 10)note, the window must be activeWinActivate("WinName") Edited May 26, 2012 by GordonFreeman Frabjous Installation Link to comment Share on other sites More sharing options...
Malkey Posted May 26, 2012 Share Posted May 26, 2012 See Ward's BillLuvsU 1 Link to comment Share on other sites More sharing options...
BillLuvsU Posted May 26, 2012 Author Share Posted May 26, 2012 See Ward's Thank you that was exactly what I was looking for. [center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw Link to comment Share on other sites More sharing options...
UEZ Posted May 26, 2012 Share Posted May 26, 2012 The web screenshot code is not so cool as Ward's and it is only working on Vista+ os but it works: Windows ScreenshooterBr,UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now