Selenium - C# - Chrome - 您与此站点的连接不是私人弹出窗口
Selenium - C# - Chrome - Your connection to this site is not private pop up
当我在 chrome
上 运行 我的 selenium 测试时,我得到以下 pop-up
chrome v = 版本 81.0.4044.138
我已经尝试了以下但没有成功
options.AddArgument("ignore-ssl-errors=yes");
options.AddArgument("ignore-certificate-errors");
options.AddArgument("allow-running-insecure-content");
有人解决这个问题吗?
我设法解决了这个问题。我使用 localhost:1234 而不是 12.3.45.67:1234。愚蠢的错误
当我在 chrome
上 运行 我的 selenium 测试时,我得到以下 pop-upchrome v = 版本 81.0.4044.138
我已经尝试了以下但没有成功
options.AddArgument("ignore-ssl-errors=yes");
options.AddArgument("ignore-certificate-errors");
options.AddArgument("allow-running-insecure-content");
有人解决这个问题吗?
我设法解决了这个问题。我使用 localhost:1234 而不是 12.3.45.67:1234。愚蠢的错误