Katalon and PKI authentication

I am currently creating automated tests for a product that, as part of its login process, requires a browser certificate. This browser certificate is used for authentication in lieu of a username/password, and cannot be bypassed as a result. Right now, I’m using Selenium’s Firefox profile options to test using a Firefox profile with the desired certificate already loaded, but I see no options in Katalon to either load a PKI certificate, or to use a pre-existing Firefox profile.

Simply put, is there something I have missed?

1 Like

Have you found a solution to this? We are in the same situation.

I am also trying to figure this out for Firefox. I was able to write a custom keyword to change the certificate in Chrome and IE for Windows.