【发布时间】:2017-09-24 01:16:02
【问题描述】:
我尝试在 IE11 上运行量角器,但我一直遇到这个失败:
E/launcher - 启动 Internet Explorer 时出现意外错误。并非所有区域的保护模式设置都相同。必须将所有区域的启用保护模式设置为相同的值(启用或禁用)。
我确实在资源管理器中设置了所有区域,但仍然出现此错误。
我的 conf.js 文件是:
exports.config = {
// The address of a running selenium server.
seleniumAddress: 'http://localhost:4444/wd/hub',
// Capabilities to be passed to the webdriver instance.
capabilities: {
browserName: 'internet explorer'
},
// Spec patterns are relative to the configuration file location passed
// to protractor (in this example conf.js).
// They may include glob patterns.
specs: ['todo-spec.js'],
// Options to be passed to Jasmine-node.
jasmineNodeOpts: {
showColors: true, // Use colors in the command line report.
}
};
请帮忙。 摇晃
【问题讨论】:
标签: protractor