Skip to content

bhatia2akshit/SeleniumScraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Scraping Tutorial

To scrape, Selenium is used. First step is to initiate the driver on firefox or chrome or whichever browser is preferred. Then, driver.get() gets the argument as the url to be scraped. Then using the XPATH, or TEXT_LINK, the desired element through the inspector can be reached to and picked up for further processing.

For different websites, a different type of scraper is needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published