I added geckodriver.exe into PATH as you can see on this image and i restarted my computer after. But the error still show up.
Here's my code :
from selenium import webdriver
driver = webdriver.Firefox()
driver.get('https://stackoverflow.com')
Do you have clues about what I did wrong ?
Question&Answers:os