0

I'm trying to use selenium webdriver in a Jupyter notebook. I get the following Error Message when running:

from selenium import webdriver
driver = webdriver.Chrome()

I've uploaded the chrome driver to my Jupyter Notebook Folder, so the path should be the same, and I have selenium installed.

I don't understand how the path could be the problem. I followed the same procedure in Spyder and had no issues.

1 Answers1

1

I have tried exactly what you explained and the problem is that your chromedriver.exe is in a Folder(Selenium Test). Try putting it in your root folder and it should work.

anonimostilton
  • 170
  • 1
  • 16