-
When trying to use the "seleniumbase install chromedriver" I keep getting a SSLCertVerificationError. I built the SeleniumBase image based on a ubuntu image created by my company with all SSL certs and proxies preset and correct. I can use apt-get and pip with no issues, so I am unsure what I'm missing to get this working. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Just as an FYI, I was able to manually install the webdrivers and run test successfully. Steps taken : (Also added those commands to the dockerfile and worked as well) RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux32.tar.gz |
Beta Was this translation helpful? Give feedback.
-
@DevOps-Martins SeleniumBase |
Beta Was this translation helpful? Give feedback.
@DevOps-Martins SeleniumBase
v1.63.15
has been released, which includes an updated Dockerfile. That should address those issues.