Selenium interacting with: your connection is not private

后端 未结 3 1442
醉酒成梦
醉酒成梦 2021-01-14 10:54

I\'m trying to interact with the page \"Your connection is not private\".

The solution of using options.add_argument(\'--ignore-certificate-errors\') is

3条回答
  •  醉梦人生
    2021-01-14 11:53

    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.

提交回复
热议问题