Dynamic web scraping using selenium : scrape protected websites
In this article we will use beautiful soup to scrape the information from webpages. Beautiful Soup can only Handel static webpages not dynamic. Selenium is a framework which can run and execute the scripts and control your web browser by sending and receiving methods calls and data to or from the Web Driver.