[.net] IE Automation

Started by
2 comments, last by ToohrVyk 18 years, 1 month ago
Hi, Does any of you know how could i get the source code for a web page and have the possibilty to complete and submit forms automaticaly? Known libraries..? THX
Advertisement
Under Firefox, View->Page Source. You can't, however, get the source of a server-side powered website (PHP/ASP/etc).
Rob Loach [Website] [Projects] [Contact]
Try this: www.codecentrix.com
Why Internet Explorer?

You can use the GNU wget tool for sending HTTP requests and receiving the resulting page (including filled forms). If you have access to .NET, then System.Net.WebRequest and System.Net.WebResponse work as well.

This topic is closed to new replies.

Advertisement