robotframework-browser icon indicating copy to clipboard operation
robotframework-browser copied to clipboard

Please support client certificate authentication on FF

Open simonmeggle opened this issue 4 years ago • 2 comments

Correct me if I am wrong, but it seems that Browser does not support authentification with client certificates when the browser (like FF) uses its own cert store. In my case it is required to start a test with FF. It would be great to have a way to import certificates (in general) in an automated way before FF starts. Thanks!

simonmeggle avatar Jun 11 '21 13:06 simonmeggle

Do you have some links to Playwright docs or something how that can be done?

aaltat avatar Jun 11 '21 13:06 aaltat

Yes (sorry): In this Playwright issue it is shown how it can be done with JS. As far as I can understand.

simonmeggle avatar Jun 11 '21 13:06 simonmeggle

Well there is not official API available. Also there seems to be many workarounds available, based on the OS one uses. Because there is not good way to do this, in Browser library, I am going to close this issue. If Playwright API is enhanced and support is provided by Playwright, we can consider doing this one.

aaltat avatar Oct 29 '23 17:10 aaltat