MatthewChatham / glassdoor-review-scraper

Scrape reviews from Glassdoor
BSD 2-Clause "Simplified" License
172 stars 251 forks source link

Issue with ChromeDriver #62

Open Nikitas1296 opened 2 years ago

Nikitas1296 commented 2 years ago

Hello, I'll start by saying I started learning python a couple of weeks ago, so this may be a very basic question.

I installed ChromeDriver, and put it in the same working directory as my ipynb file. However when I try to run the code in main.py, I keep getting this error: "WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home"

I'm not quite sure what this means, so I would appreciate any advice