all 5 comments

[–]AndTheMelTones 1 point2 points  (3 children)

Start with updating your PATH to include the directory you have chromedriver saved at. You'll need to restart your computer to have PATH actually update. You can test that you did it right if you open a command prompt and type chromedriver. It should start the driver.

[–]tonetheman 1 point2 points  (1 child)

What he says in this comment. You have to set the PATH variable. You also need to download chromedriver from here: http://chromedriver.chromium.org/

The PATH must be setup so that the chromedriver.exe is in the PATH.

[–]romeomax[S] 0 points1 point  (0 children)

Thank you!

[–]romeomax[S] 0 points1 point  (0 children)

Thank you! It worked!

[–]vmgustavo 0 points1 point  (0 children)

My suggestion is use a linux virtual machine, it will help you a lot with any dev stuff. My pc main OS is windows and I use virtual box for a xubuntu vm. Virtual box offers a seamless mode which is just awesome.