You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: