www.marinamele.com/selenium-tutorial-web-scraping-with-selenium-and-python
Marina Mele | Selenium Tutorial: Web Scraping with Selenium and Python | MI Python Programming 2018
February 21, 2015 Marina Mele
Imagine what would you do if you could automate all the repetitive and boring activities you perform using internet, like checking every day the first results of Google for a given keyword, or download a bunch of files from different websites.
In this post you’ll learn to use Selenium with Python, a Web Scraping tool that simulates a user surfing the Internet. For example, you can use it to automatically look for Google queries and read the results, log in to your social accounts, simulate a user to test your web application, and anything you find in your daily live that it’s repetitive. The possibilities are infinite!
More here.