playwright-java
playwright-java copied to clipboard
[Feature]: CA validation
🚀 Feature Request
As a QA, I would like to reflect the real use of the application as best as possible, also validation of CA during setClientCertificates would be appreciated (with the full 'Certificate Hierarchy').
Example
ACTUAL:
EXPECTED:
Motivation
The application I am working on does not behave correctly when CA is not approved (This make me unable to use pw when the certificate is provided, and I really need to do that). I think I am not the only one who has this problem, so the use of pw would increase after implementing this feature. Ignoring https errors when supplying a client certificate does not sound very elegant.