user65497
0
Q:

firefoxoptions setpreference to trust certificates

var options = new FirefoxOptions();
options.AddAdditionalCapability("acceptSslCerts", true, true);
options.AddAdditionalCapability("acceptInsecureCerts", true, true);

var  driver = new FirefoxDriver(options);
0

New to Communities?

Join the community