即使在 Taiko 中使用 openBrowser({ignoreCertificateErrors: true}) 后也无法打开不安全的站点

Not able to open unsafe site even after using openBrowser({ignoreCertificateErrors: true}) in Taiko

下面的网站有一个浏览器弹出验证,所以我尝试了下面的代码。

https://e.clinique.na.us.rac-166-dec22-elb3.ncsastage.usva1.feature.elco.cloud/

openBrowser({ignoreCertificateErrors: true}); goto('https://feature:bb#Yrp$!xNP6@e.clinique.na.us.rac-166-dec22-elb3.ncsastage.usva1.feature.elco.cloud/')

语法如下

https://username:password@url

但是对于上面提到的代码,我收到错误 URL 无效。

附上错误截图

请访问以下来自GitHub

的讨论

https://github.com/getgauge/taiko/discussions/2463