Hello,
When I load a website in the .net webbrowser I can access all the elements in the HTML source code through webbrowser.docu ment.all
But when I load a site in chrome inspector, there is a 'network' tab which contains more files (.js,.txt. etc.) files than shown in the HTML code.
Is it possible to access the files in the network tab, in .net webbrowser?
Please Help.
Thanks !
more details:
When I load a website in the .net webbrowser I can access all the elements in the HTML source code through webbrowser.docu ment.all
But when I load a site in chrome inspector, there is a 'network' tab which contains more files (.js,.txt. etc.) files than shown in the HTML code.
Is it possible to access the files in the network tab, in .net webbrowser?
Please Help.
Thanks !
more details:
Comment