-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
questionSomeone is looking for answersSomeone is looking for answers
Description
Hi, I would like to use chromedriver over /usr/bin/chromedriver, but if this is not found, we use the command
$ sbase get chromedriver latest
*** chromedriver version for download = 114.0.5735.90 (Latest)
Downloading chromedriver_linux64.zip from:
https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip ...
* Unable to download driver! Retrying in 3s...
*** chromedriver version for download = 114.0.5735.90 (Latest)
Downloading chromedriver_linux64.zip from:
https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip ...
** Unable to download driver! Retrying in 5s...
*** chromedriver version for download = 114.0.5735.90 (Latest)
Downloading chromedriver_linux64.zip from:
https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip ...
Traceback (most recent call last):
File "/usr/sbin/sbase", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3.11/site-packages/seleniumbase/console_scripts/run.py", line 1006, in main
sb_install.main()
File "/usr/lib/python3.11/site-packages/seleniumbase/console_scripts/sb_install.py", line 720, in main
with open(file_path, "wb") as file:
^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.11/site-packages/seleniumbase/drivers/chromedriver_linux64.zip'
I am packaging python-seleniumbase in order to test trame-client.
Metadata
Metadata
Assignees
Labels
questionSomeone is looking for answersSomeone is looking for answers