今天下午访问google网站的时候,突然不能访问了,提示“Your connection is not private”(你的连接不是私密连接):查看XX-NET的设置,显示“请检查浏览器代理设置”. 搜了半天,试了各种方法,导入CA证书,还是不行...真崩溃! 想起今天刚把Fiddler卸载了,因为之前在Fiddler里设置了捕捉https请求,怀疑是它的伪CA证书导致的问题,移除所有证书,还是“Your connection is not private”和“请检查浏览器代理设置”. 怀疑是
window.onbeforeunload方法在IE内核浏览器是有效的,但是在google浏览器中并不兼容,请教给位怎么在google浏览器中兼容window.onbeforeunload方法 采纳的答案 window.onbeforeunload = function (e) { e = e || window.event; // For IE and Firefox prior to version 4 if (e) { e.returnValue = '确定退出吗?'; } // For
Google浏览器历史版本下载地址https://www.slimjet.com/chrome/google-chrome-old-version.php google webdriver下载地址分享: 点击下载chrome的webdriver:http://chromedriver.storage.googleapis.com/index.html
最近做一个功能,测试环境测试没问题,google浏览器测试也没问题,结果上生产发现google浏览器竟然用不了.查看控制台发现控制台报错: Ignored call to 'confirm()'. The document is sandboxed, and the 'allow-modals' keyword is not set. 功能很简单,就是弹出一个确认对话框,但是生产环境google上竟然弹不出来,一直报上面问题.后来分析生产环境的页面是嵌入到一个iframe中的,iframe中有一
Google浏览器历史版本下载地址https://www.slimjet.com/chrome/google-chrome-old-version.php google webdriver下载地址分享: 点击下载chrome的webdriver:http://chromedriver.storage.googleapis.com/index.html