chromdriver更新后硒量角器双击问题不起作用

时间:2018-06-19 16:22:42

标签: selenium-webdriver webdriver protractor gulp-protractor device-emulation

在更新到Chrome驱动程序版本2.39

我面临双击img逻辑放大图像的问题。 但是它没有放大。我尝试手动执行它也无能为力。按F12键并切换设备工具栏后,我确实缩放了图像。

这是我的量角器设置:

capabilities: {
    browserName: 'chrome',
    chromeOptions: {
        args: ['disable-popup-blocking'],
        prefs: {
            profile: {
                default_content_setting_values: {
                    geolocation: 1
                }
            }
        },
        mobileEmulation: {
            deviceName: 'iPhone 6'
        }
    }
}

据我了解,mobileEmulation可以通过按下移动工具栏来完成技巧,但是我没有触摸事件。

有人知道解决方案吗?

0 个答案:

没有答案