This method returns the mapped certificate for a hostname, or generates a "standard"
SSL server certificate issued by the CA to the supplied subject if no mapping has been
created.
Returns an SSLSocketFactory that will trust all SSL certificates; this is suitable for passing to
HttpsURLConnection, either to its instance method setSSLSocketFactory, or to its static method
setDefaultSSLSocketFactory.
This is a default method and browser launchers should override this launch method to support per-test browserConfigurations
If the browser configuration options object has no options, however, this
method redirects to the launch(url) method.
launcher for Firefox under proxy injection mode
In proxy injection mode, the selenium server is a proxy for all traffic from the browser,
not just traffic going to selenium-server URLs.
launcher for IE under proxy injection mode
In proxy injection mode, the selenium server is a proxy for all traffic from the browser,
not just traffic going to selenium-server URLs.
launcher for Safari under proxy injection mode
In proxy injection mode, the selenium server is a proxy for all traffic from the browser,
not just traffic going to selenium-server URLs.