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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…