I\'m trying to interact with the page \"Your connection is not private\".
The solution of using options.add_argument(\'--ignore-certificate-errors\') is
options.add_argument(\'--ignore-certificate-errors\')
This chrome option is the silver bullet for me:
chromeOptions.addArguments("--allow-running-insecure-content");
If you need more, Open chrome & paste this URL:
chrome://flags/
One will find all the options and their impact on the chrome.