Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 732 Bytes

File metadata and controls

15 lines (7 loc) · 732 Bytes

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/.