Hey there everyone!
I ran into an issue while trying to write one of my end-to-end tests.
I want to log in to my application using a certificate, but I'm not sure if it's possible to do this purely through code. I've spent several days searching online for a solution, but all I found was a method where you add your certificate to a testing profile in your browser and switch to that profile. However, that doesn't work for me, so...
Is there a way to add a certificate using a local file in Selenium Webdriver?
Thanks for any insights you may have!
PS: Could it be done using capabilities?