wysocki 1 Posted December 27, 2022 Share Posted December 27, 2022 I need to capture the output from xml presented when I visit a webpage. I had a script in AutoHotKey that used a command to retrieve the xml into a file: UrlDownloadToFile, %url% , downloaded.html Does Autoit have this functionality somehow? Link to post Share on other sites
TimRude 8 Posted December 27, 2022 Share Posted December 27, 2022 Perhaps: https://www.autoitscript.com/autoit3/docs/functions/InetGet.htm Link to post Share on other sites
wysocki 1 Posted December 27, 2022 Author Share Posted December 27, 2022 Ack!! Right under my nose. Thanks, Tim! Link to post Share on other sites
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