Web Scraping using Python and Selenium
Selenium is a framework designed to automate test for web applications. We can then write a python script to control the browser interactions automatically such as link clicks, clicking on button, scrolling pages etc.
- Chrome driver
- To install selenium package :
pip install selenium