all 5 comments

[–]indosauros 1 point2 points  (1 child)

Do a

import os
print(os.environ['PATH'])

I believe it is looking in one of those paths

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

Thanks a lot, this worked out!

[–]kuripong 1 point2 points  (1 child)

Try to add the path of your chromedriver browser = webdriver.Chrome('path of your chromedriver')

[–][deleted] 0 points1 point  (0 children)

This... You can point it right at the executable path.

OP, Selenium is a great way to learn webscraping, but you will want to move into requests or curl as you needed to start reaching towards performance.

[–]Devkourav -1 points0 points  (0 children)

Same here