Bishop12 Posted October 18, 2019 Posted October 18, 2019 Hi Guys im trying to find out is there any other way to get source of file in internet but not using IE it can be like GoogleChrome like i want to ask is is there any GetSourceFile of autoit ? cause its been 2days since im searching and still i cant find i want is to find the same au3 of IE but instead of IE the browser will use is Chrome . sorry if my question is not that much accurate i dont know how will i ask it thankyou in advance still newbie
Moderators JLogan3o13 Posted October 18, 2019 Moderators Posted October 18, 2019 I'm not sure if I am reading your post correctly, guessing English is not your native language. There is a Chrome UDF (look in the Wiki) or the UI Automation libraries (again, Wiki) if you are looking to automate Chrome. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Danp2 Posted October 19, 2019 Posted October 19, 2019 There's also the Webdriver UDF (see my sig) or you may be able to directly download the file using the WinHTTP UDF. Latest Webdriver UDF Release Webdriver Wiki FAQs
Bishop12 Posted October 19, 2019 Author Posted October 19, 2019 thankyou for replying guys ahmmm regarding on my question is like im using _INetGetSource and he is using IE Latest version i just want to ask is there any other InetGetSource but not using IE instead we will use chrome but we we wont open chrome like InetGetSource doing but while im searching i saw a lot of question and the same question like mine . so thankyo uguys
Gianni Posted October 19, 2019 Posted October 19, 2019 _INetGetSource() doesn't relies on IE.udf. It download the HTML source of a web page directly from the provided link. You can also get the html source of a web page using other commands like InetGet(), InetRead(), _IEDocReadHTML() for example, (Only, this last command relies on the IE.au3 udf). why you need the html source of a web page? and how do you want relate it with chrome? Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....
Bishop12 Posted October 19, 2019 Author Posted October 19, 2019 17 minutes ago, Chimp said: _INetGetSource() doesn't relies on IE.udf. It download the HTML source of a web page directly from the provided link. You can also get the html source of a web page using other commands like InetGet(), InetRead(), _IEDocReadHTML() for example, (Only, this last command relies on the IE.au3 udf). why you need the html source of a web page? and how do you want relate it with chrome? yeah i understand now thankyou so much for reply and help and idea really help me a lot regarding on your question why i need html source of a web page im doing some script that have auto donwload files like i will upload files from my source web then autoit script will read and get the files from that website without opening application and download it in @ProgDir or @ScriptDr i want to relate with chrome cause im having a problem on my other pc i try it there but my 2nd pc have a problem that IE 11 cant be installed i need to reformat it i know how but i think is can i switch it to chrome instead of IE11 thats the only reason i want it to relate on chrome but thankyou in wonderful idea guys it help me a lot if you can give me more info then it will help me a lot and more easy haha
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