-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
🚀 Feature Proposal
Add custom root CA certificate to all selenium browser docker images. Provide that root ca in your github repo.
Motivation
need to record all network calls of browser to track down random network error of infrastructure I am testing.
Example
selenium (Using Proxy setting of remote webdriver) -> hub -> nodechrome -> mitmproxy -> infrastructure.
mitm proxy will generate HAR file with all network history
Backend I am testing is using websockets and webrtc so requires valid ssl origin to initialize. setting chrome ignore invalid certificates does not work for me.
Metadata
Metadata
Assignees
Labels
No labels