Unable to Open Website on 88.0.4314.0 Chromium Version using Taiko #2544
dhanushng88
started this conversation in
General
Replies: 2 comments 1 reply
-
@NivedhaSenthil @zabil Any idea how to resolve this?? |
Beta Was this translation helpful? Give feedback.
0 replies
-
There are some pointers at https://support.google.com/chrome/thread/88331714/error-the-information-you%E2%80%99re-about-to-submit-is-not-secure?hl=en |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whenever we use to run our scripts uisng the chromium browser we end up with a security page as attached in screenshot
Even though we are handling the security contexts we are unable to pass this page
beforeScenario(async () => {
if (process.env.api_test_run === 'false') {
await setConfig({ navigationTimeout: parseInt(process.env.test_timeout) });
});
NOTE: Its working fine on Chromium Browser version 70 and above but seeing issues with 80 and above
Beta Was this translation helpful? Give feedback.
All reactions