Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a project for scraping the information in any website through the selenium. With selenium RC and C# client driver it may be possible but it runs the browser.
so,i want to scrap the information by selenium without running the browser.
can anyone help me about this?

Thank You
Harish Kumar
Posted

1 solution

HTML Agility Pack[^]

I use it to scrape the Codeproject site. See this article:

CodeProject Article Scraper, Revisited[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900