I'm trying to use python's selenium module. I downloaded the Firefox driver and manually added the driver's executable, C:\Users\me\Desktop\gecko_driver\geckodriver.exe
, to my system's path. I then restarted my Windows machine but unfortunately, I'm still getting the error message: 'geckodriver' executable needs to be in PATH.
This is not a duplicate of previous stackoverflow questions because those don't address the issue arising AFTER having added the executable to my path.