At first I thought it was something to do with the code I was trying to drive with selenium, but with a simplified test of go to google.com I ran into the following error.
WebDriverException: Message: 'chromedriver' executable may have wrong permissions.
With chromedriver V93 and V94 I obtain the following error message when I try to run the executable file by itself:
"Windows cannot access the specified device, path or file. You may not have appropriate permissions to access the file"
I do not obtain this error on any previous versions of chromedriver up to V92. I've tried to check permissions and that doesn't appear to be the root cause from what I can tell. It seems as though V93 and V94 throw this error and I can't seem to figure out why that would be.
Thanks.