How do I handle an insecure certificate in Selenium Webdriver
To Handle insecure certificates error in Chrome you can add below key in ChromeOptions options.add_argument(‘ignore-certificate-errors’). Every browser have its own option key to handle this .