Skip to content

ironsubhajit/Browser_Automation_selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Browser Automation with Selenium

The code is very similar to webscraping(my_repo), but this time launching chrome browser instead of just requesting the page. With Python, controlling the browser, instead of just getting HTML.

Requirements

Selenium

Install selenium in your Virtual Environment

WebDriver

Each of the major browsers releases a webdriver for their browser. It essentially allows other applications to interact with the browser. Here i'm using Chrome WebDriver.
Make sure to download the version for your browser (e.g v84 if you're using Chrome v84) and de-compressed executable.

Project List

  1. Automated_Search_Quote : Quotes to Scrape

About

Chrome Automation using pythons selenium library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages