我可以在量角器中运行Firefox的响应式设计模式吗?

时间:2018-06-08 09:48:40

标签: javascript angularjs firefox protractor automated-tests

我正在使用mobileEmulation for Chrome测试我的应用,但我发现Firefox有一个响应式设计模式,模拟移动设备。是否可以添加参数以在量角器中运行该模式?

对于Chrome,我们可以在conf.js

中写这个
multiCapabilities: [
    {
        browserName: 'chrome',
        chromeOptions: {
            mobileEmulation: {
                deviceName: getDeviceFromParams()
            }
        }
    }
]

Firefox怎么样?

0 个答案:

没有答案