I need to login to a website using a digital certificate #2960
Answered
by
mdmintz
jvitormelo
asked this question in
Q&A
-
I have a .p12 file and the password, how can I install it in selenium base? |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Jul 25, 2024
Replies: 1 comment
-
The closest I've seen is a way with Python However, as of today, there doesn't appear to be a Selenium option for it. The StackOverflow post from 4 years ago remains unanswered: https://stackoverflow.com/questions/64116470/selenium-webdriver-chromedriver-is-it-possible-to-provide-p12-certificate-as-c |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The closest I've seen is a way with Python
requests
: https://gist.github.com/erikbern/756b1d8df2d1487497d29b90e81f8068However, as of today, there doesn't appear to be a Selenium option for it. The StackOverflow post from 4 years ago remains unanswered: https://stackoverflow.com/questions/64116470/selenium-webdriver-chromedriver-is-it-possible-to-provide-p12-certificate-as-c