Re: Traversing web pages



Mr. Arnold wrote:
"sutejok" <sutejok@xxxxxxxxx> wrote in message news:764022f1-21f1-4dc5-a69a-260b1ddfb4a7@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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.

This is not a C# question. This is more of an ASP.Net question, which would be at MS.Public.dotnet.framework.aspnet. There might be some kind of 3rd party tool using a C# ASPNet Codebehind file solution that could control the Web page. I don't see why you couldn't do that.

If I read the original poster correct, then he is asking for client
side code not server side code. Not ASP.NET - but more like
a smart layer on top of (Http)WebRequest.

Arne


.