Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection not private page not reachable in chrome for testing browser #52

Open
kulabanta opened this issue Sep 6, 2023 · 1 comment

Comments

@kulabanta
Copy link

Hii
We started using Chrome for testing browser instead of normal chrome browser in our automated tests in selenium c# and
some of our testcases in which we are navigating to site with private connections or invalid certificates started failing because,
it is not showing the window to allow private connection and proceed further.
Instead it is showing site is not reachable .
we are using this '--ignore-certificate-errors' argument in chromeOptions of ChromeDriver to skip the connection not private page. It is able to skip the page in normal browser but not in chrome for testing browser.
attaching the screenshot for reference
In the screenshot left side is normal chrome browser and right side is chrome for testing browser.
chrome for testing

@thiagowfx
Copy link
Contributor

In principle there should be no differences between CfT and Chrome regarding certificates.

Is there some public URL wherein this reproduces?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants