Hi guys i am trying to setup chromedriver,but i am getting the following error
chrome version : 84.0.4147.105 and correspond driver dwonloaded from here
also followed the steps given here
But when i try to run my scripts it is giving me an error :
PermissionError: [Errno 13] Permission denied: 'chromedriver' During handling of the above exception, another exception occurred: selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable may have wrong permissions. Please see https://sites.google.com/a/chromium.org/chromedriver/home
Also,
whereis chromedriver
chromedriver: /usr/bin/chromedriver /usr/local/bin/chromedriver
chromedriver -v
Command 'chromedriver' not found, but can be installed with:
sudo apt install chromium-chromedriver