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
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