Huntknife Posted February 29, 2020 Posted February 29, 2020 (edited) Guys i need for my code to open Internet explorer or google chrome and enter ip adress on adress bar then hit enter, i am trying to that with ControlSend but i dont know how to do that corectly? Thank you for answers guys Edited February 29, 2020 by Huntknife
Subz Posted February 29, 2020 Posted February 29, 2020 Use _IECreate or you can use Run("Chrome.exe url")
Huntknife Posted February 29, 2020 Author Posted February 29, 2020 5 minutes ago, Subz said: Use _IECreate or you can use Run("Chrome.exe url") How to open browser i know, but there is only IP adress like 192.168.1.1 without www. or http://, i need to insert it on Adress Bar and hit enter to connect
Subz Posted February 29, 2020 Posted February 29, 2020 Did you actually test? Because it works fine for me. #include <IE.au3> ShellExecute("Chrome.exe", "192.168.1.1") _IECreate("192.168.1.1") Huntknife and seadoggie01 2
Huntknife Posted March 2, 2020 Author Posted March 2, 2020 Thank you Subz helped me a lot, that worked perfectly
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