Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 785 Bytes

File metadata and controls

14 lines (8 loc) · 785 Bytes

Web-Crawling-using-Selenium-in-Python

  • The selenium package is used to automate web browser interaction from Python. It supports various browsers like Chrome, Mozilla, Firefox, Safari, and IE, and you can very easily automate browser testing across these browsers using Selenium WebDriver.

Implementation is very easy. I have used here Conda environment.

Install selenium and its dependencies

For instalation of Selenium in conda see official website.

For instalation of Selenium in pip see official website.

For instalation of chrome web driver see official site. I have used chromedriver 90.0.4430.24 for this project.