aggie-coding-club / GrocerEZ

GrocerEZ is a mobile app that uses a combination of web-scraping and crowd-sourcing to determine which store could fulfill your grocery list for the cheapest total
8 stars 0 forks source link

Add WebDriverManager to Walmart scraper #41

Open firejake308 opened 4 years ago

firejake308 commented 4 years ago

WebDriverManager automatically downloads the selenium web driver so that we don't have to do it manually. See the HEB scraper for an example.