wysocki Posted December 27, 2022 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?
TimRude Posted December 27, 2022 Posted December 27, 2022 Perhaps: https://www.autoitscript.com/autoit3/docs/functions/InetGet.htm
wysocki Posted December 27, 2022 Author Posted December 27, 2022 Ack!! Right under my nose. Thanks, Tim!
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