orgad111 0 Posted October 8, 2014 url = http://www.autoitscript.com/forum/ I want to get in script the network information like I get when I open the Network tab in the browser.. I have been tryning a lot to get this resources or what ever it is.. I search in the HTML for links or somthing , tried to get the http requests Maybe something in my understanding of http and webs worng .. Share this post Link to post Share on other sites
Bert 1,427 Posted October 8, 2014 (edited) Look at IE.au3 in the helpfile. You may need to get a collection {_IEgetcollection} first then find Edited October 8, 2014 by DarthCookieMonster The Vollatran project _____ I'm famous My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites
orgad111 0 Posted October 9, 2014 There is a lot of get collection there and I think it take the information from the HTML .. If u can put here some example please Share this post Link to post Share on other sites
MikahS 92 Posted October 9, 2014 helpfile has many examples: link Snips & ScriptsMy Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4Feel free to use any of my code for your own use. Forum FAQ Share this post Link to post Share on other sites
orgad111 0 Posted October 10, 2014 I know there is a many example , but I read them and didnt get what I want to.. Share this post Link to post Share on other sites
MikahS 92 Posted October 10, 2014 (edited) I know there is a many example , but I read them and didnt get what I want to.. I'm sorry, but we are not going to spoon feed you code Can you show us what you have tried scripting wise so we can understand what you're trying and how we can help? Edited October 10, 2014 by MikahS Snips & ScriptsMy Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4Feel free to use any of my code for your own use. Forum FAQ Share this post Link to post Share on other sites
orgad111 0 Posted October 10, 2014 I'm sorry, but we are not going to spoon feed you code Can you show us what you have tried scripting wise so we can understand what you're trying and how we can help? ofc i know it but i was reading the whole helpfile and _IEcollection and didnt found what i want .. I ask here after search a lot in goole and didnt find something that can help me .. the IE.au3 from what I read gives me some information on the view of the page like table or something like that but I want to get the data like images , voices or JS or more things u can see in the browser Network tab .. Share this post Link to post Share on other sites
MikahS 92 Posted October 10, 2014 Have a look at all the IE functions here Snips & ScriptsMy Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4Feel free to use any of my code for your own use. Forum FAQ Share this post Link to post Share on other sites