toto22 Posted August 30, 2017 Share Posted August 30, 2017 Good Day, What would be the easiest and fast way to download web-page source code to the txt file? Link to comment Share on other sites More sharing options...
toto22 Posted August 30, 2017 Author Share Posted August 30, 2017 This is magic #include <INet.au3> #include <Array.au3> $HTMLSource = _INetGetSource('https://www.google.ca/?gfe_rd=cr&ei=KvWvV4CNH-Xs8wf24pXgDg&gws_rd=ssl') MsgBox(1,"",$HTMLSource) Link to comment Share on other sites More sharing options...
krista611 Posted January 27, 2018 Share Posted January 27, 2018 Appreciate the efficient example - this was magic for me too toto22 1 Link to comment Share on other sites More sharing options...
Gianni Posted January 28, 2018 Share Posted January 28, 2018 you can also get the source of an html page using commands like InetGet(), InetRead(), _INetGetSource(), _IEDocReadHTML() toto22 1 Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt.... Link to comment Share on other sites More sharing options...
Tom_C101 Posted July 11, 2018 Share Posted July 11, 2018 Hi, I was wondering if there was a way or commands to do the "Inspect element" of a web page. I need to find something there that is not in the source code of that same page. Thanks 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