Re: Traversing web pages
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Wed, 04 Jun 2008 21:23:38 -0400
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
.
- References:
- Traversing web pages
- From: sutejok
- Traversing web pages
- Prev by Date: Re: Throwing Exceptions
- Next by Date: Re: Traversing web pages
- Previous by thread: Re: Traversing web pages
- Next by thread: How to pass an array to .NET assembly from VBScript?
- Index(es):