How to disable Firefox’s untrusted connection warning using Selenium?

Just found this from the Mozilla Foundation bug link and it worked for me.

caps.setCapability("acceptInsecureCerts",true)

Leave a Comment