I set up a virtual environment and installed selenium
, py.test
and webdriverdownloader
furthermore I set up a system environment variable and added path to geckodriver
But when I executed Python test in command line it fails with error:
geckodriver executable needs to be in path
What went wrong from my side?