Permission error

i downloaded chromedriver and put it in path but when i am running python code it is showing permission error, webdriver exception

Put the downloaded file in the same path as in which you are running the selenium file.
And then you need to add the executable path like this
browser = webdriver.Chrome(executable_path="/home/chirag/Documents/Dev/Selenium/chromedriver")
If there is any other error pls attach the pic of that error or explain it further. I will surely help you out.
Thanks :slight_smile:
Happy Coding !!

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.