How to handle SSL Certificate on Edge browser on Win 10 | Selenium Forum
M
Posted on 22/10/2016
Hi Team,

I am working on a Project on Edge browser and facing SSL Certificate issue. I have tried below code but this code is not working on Edge and SSL Certificate still appears on Edge. please see attachment.

DesiredCapabilities capability = DesiredCapabilities.edge();
capability.setCapability(CapabilityType.ACCEPT_SSL_CERTS, true);
WebDriver driver = new EdgeDriver(capability);

Can anyone help me and suggest, how shall I handle this SSL Certificate in Edge ?

(Like IE, Edge does not provide any settings in browser to handle these certificates)

M
Replied on 24/10/2016

can you click on continue to website?