Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 442 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 442 Bytes

Web-Scraping

Web Scraping using Python and Selenium

Overview

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.

Installation

  1. Chrome driver
  2. To install selenium package : pip install selenium