Keep getting this error. Chromedriver permission error.

6,208 views
Skip to first unread message

goldenm...@gmail.com

unread,
May 19, 2018, 3:00:07 PM5/19/18
to ChromeDriver Users
I keep getting this error. 

selenium.common.exceptions.WebDriverException: Message: 'chromedriver_win32' executable may have wrong permissions. Please see https://sites.google.com/a/chromium.org/chromedriver/home

I can't seem to find any answers anywhere. Any ideas.

Caleb Rouleau

unread,
May 19, 2018, 3:06:11 PM5/19/18
to goldenm...@gmail.com, ChromeDriver Users
Right click on the binary and go into security settings and make sure the binary is executable.

Let me know if that doesn't work.

--
You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-users+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Caleb Rouleau
Chrome and Widevine EngProd

baji....@gmail.com

unread,
Jul 5, 2019, 5:12:35 PM7/5/19
to ChromeDriver Users
On Saturday, May 19, 2018 at 3:06:11 PM UTC-4, Caleb Rouleau wrote:
> Right click on the binary and go into security settings and make sure the binary is executable.
>
>
> Let me know if that doesn't work.
>
>
> On Sat, May 19, 2018 at 12:00 PM, <goldenm...@gmail.com> wrote:
>
>
> I keep getting this error. 
>
>
> selenium.common.exceptions.WebDriverException: Message: 'chromedriver_win32' executable may have wrong permissions. Please see https://sites.google.com/a/chromium.org/chromedriver/home
>
>
> I can't seem to find any answers anywhere. Any ideas.
>
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "ChromeDriver Users" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to chromedriver-us...@googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
> --
>
> Hi, Right click on ".exe" file of Chrome driver?, I am also having the same issue

michael...@stonethree.com

unread,
Jul 9, 2019, 7:51:13 AM7/9/19
to ChromeDriver Users
I was getting this error when the chrome_driver was not being found in my path. You may find it helpful to set the executable_path explicitly.

executable_path = '/mnt/c/Users/michael/chromedriver.exe'
driver = webdriver.Chrome(executable_path=executable_path)

Josh

unread,
Jun 2, 2023, 11:25:27 AM6/2/23
to ChromeDriver Users
What do you mean by "binary"? I am having the same error message and I checked in the permissions and everything is set to work for all users (of which I am the only one).

Samuel Gottipalli

unread,
Jul 30, 2025, 3:24:36 PMJul 30
to ChromeDriver Users
2 years, a lot of searches and even Gemini responses and a little bit of common sense later, the following worked for me (at least on Windows)

-> Navigate to selenium chrome driver folder (C:\Users\***\selenium\chromedriver\win64, or wherever you have have it installed.)
-> Check the latest folder version (which is the chrome driver version)
-> Check google Chrome version from chrome://settings/help
-> Mine didn't match. Google chrome was on an older version because (apparently) I never updated or even reloaded the application. 
-> Once update and reload is complete, re-run your program that uses selenium and you should be good to go!

Reply all
Reply to author
Forward
0 new messages