Re: Traversing web pages

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



sutejok wrote:
I'm thinking of something like Ruby's Watir, where we can give it a
command like

- open a web address
- click button labelled "submit"
- select drop down list labelled "age", select 4th item
- etc

Is there a way to do something similar in c#? that is, i want my
software to have a power like a browser where the software can open
web pages, and it can interact with the web pages just as a regular
human user would be able to.

It can be done using (Http)WebRequest, but it will require
quite some coding.

Arne
.


Quantcast