-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PermissionError: [Errno 13] Permission denied: /usr/lib/python3.11/site-packages/seleniumbase/drivers/chromedriver_linux64.zip #1926
Comments
This looks like your Linux user doesn't have the permissions necessary to access that folder. There are a few ideas, such as https://stackoverflow.com/a/23871224/7058266 Try with Alternatively, you can try manually getting the file, (eg. with Also, it's possible that the download will succeed if you let the test get it automatically (because the permissions may be different). |
I think it is a bug and should be solved, I am using Windows and it didn't happen before. |
This does not happen with the normal driver. |
@boludoz The base algorithm of the SeleniumBase Chromedriver Patcher is unchanged from the If you have an issue with the Patcher, mention that in the |
The problem seems to be that a uc_driver.exe remains open. |
ultrafunkamsterdam/undetected-chromedriver#1655 In fact I made some proposals for changes. |
I would really like to investigate if it is possible to do this multi-instance but I don't have time. |
Multithreaded UC Mode without using |
Hi, I would like to use
chromedriver
over/usr/bin/chromedriver
, but if this is not found, we use the commandI am packaging
python-seleniumbase
in order to testtrame-client
.The text was updated successfully, but these errors were encountered: