Skip to content

Orrib/HTML-Scraper-With-Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

HTML Scraper using Selenium

A simple HTML Scraper in C# using Windows Forms

This code is based on the tutorial at http://softvernow.com/2018/09/28/how-to-web-scraping-using-c/, and scrapes from CNN Money using Selenium. The user first, opens the browser, then proceeds to scrape data, then they should hit the exit button to properly close the driver.

Besides following along from scratch, I've added some other functions, along with helpful comments.

Features and Skills Demonstrated

  • Windows Forms manipulation
  • HTML document parsing
  • HTML code scraping
  • Opening Chrome remotely for automation

View a screenshot: http://orrettcoke.wordpress.com/2020/04/19/html-scraper-c/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages