I am working on a python project which include selenium
. I am using firefox
so I have downloaded geckodriver
. I have also added this in Path:
When I am running the application, its running fine. But whenever I am running the application as admin, it starts giving me below errors:
Message: 'geckodriver' executable needs to be in PATH
I have already added driver in path. Then how come I getting this error.
Is there any way we can confirm if I have set the proper path to driver in windows environment variable. How can I start the application as admin.? Please help. Thanks