
November 27th, 2012, 04:28 PM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 9 m 25 sec
Reputation Power: 0
|
|
|
How to navigate websites & click links
I'm working on an ASP.NET/C# project, where I need to navigate pages on the web and follow links.
However, rather than just reading the URL and making a request to it, I need the website to see my project as a real user, and to register each "click" on any links.
I thought about using a tool like Selenium... but not sure if that's the best/simplest way.
Any ideas?
|