GeorgeP Posted June 30, 2024 Posted June 30, 2024 Hi, I want to use Autoit to navigate to a web page that gives back the IP address of the unit. All it provides is the address in the form 123.123.123.123 Can anyone point me in the direction of autoit commands to go to a page and get the IP address in a variable? Thanks George
Andreik Posted July 1, 2024 Posted July 1, 2024 Read in help file about _IENavigate() or InetRead() and see what fits your need.
GeorgeP Posted July 1, 2024 Author Posted July 1, 2024 Thanks Andreik. Must be a bad day as I have used InetRead before and forgotten about it. The example for it works perfectly and will do fine. - such an easy solution Regards George
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