Skip to content

pneel093/Web-Crawling-using-Selenium-in-Python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Using Selenium web driver, we can pull information from online sources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages