Skip to content
Advertisement

How to bypass the message-“your connection is not private” on non-secure page using Selenium?

I’m trying to interact with the page “Your connection is not private”.

The solution of using options.add_argument('--ignore-certificate-errors') is not helpful for two reasons:

  1. I’m using an already open window.
  2. Even if I was using a “selenium opened window” the script runs non stop, and the issue I’m trying to solve is when my browser disconnects from a splunk dashboard and I want it to automatically connect again(and it pops the private connection window).

How do I click on “Advanced” and then click on “Proceed to splunk_server (unsafe)?

Advertisement

Answer

For chrome:

JavaScript

If not work then this:

JavaScript

For firefox:

JavaScript

If not work then this:

JavaScript

Above all worked for me!

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement