Issue running seleniumbase in Streamlit #3327
Abdelgha-4
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found in few places that google-chrome-stable or google-chrome is required to use UC mode in seleniumbase, after some research I've succeeded in installing it following this example.
I'm using Streamlit's method of installing apt-get dependencies by adding these to my packages.txt:
I see in the logs that all the depenecies are installed, but seleniumbase does not detect the uc_driver (maybe because chromium-driver version is incompatible with google-chrome's version) which should not be a big issue since seleniumbase should download it anyway, but the download raises a 404 error:
Full traceback
Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions