我试图为ie8运行我的测试,因为我们知道selenium webriver支持这个,我使用nightwatch.js作为框架并在configruation json文件中指定ie 8版本
"ie" : {
"desiredCapabilities": {
"browserName": "internet explorer",
"javascriptEnabled": true,
"version": "8",
"acceptSslCerts": true
}
}
但它运行的是我的操作系统默认IE 11的版本