Folks,
I need to accomplish some sophisticated web crawling.
The goal in simple words: Login to a page, enter some values in some text fields, click Submit, then extract some values from the retrieved page.
What is the best approach?
- Some Unit testing 3rd party lib?
- Manual crawling in C#?
- Maybe there is a ready lib for that specifically?
- Any other approach?
This needs to be done within a web app.
Your help is highly appreciated.