我正在尝试点击打开另一个网站的链接,我正在获取此“无效证书”弹出窗口。在以前版本的歌剧中,它没有出现。无论如何我们可以避免它。我试过了
OperaOptions options = new OperaOptions { Proxy = null };
options.AddArguments("opera.switches", "--disable-extensions");
options.AddArgument("--dns-prefetch-disable");
driver = new OperaDriver(path, options);
Opera版本 - 40.0
至少我们可以使用“操作”之类的内容直接向浏览器发送“TAB”和“Enter”吗?