使用量角器进行Chrome模拟测试的有效deviceNames是什么? [英] What are valid deviceNames for Chrome emulation testing with Protractor?

查看:163
本文介绍了使用量角器进行Chrome模拟测试的有效deviceNames是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

通用网络的共识似乎是,如果你在你的chrome模拟器中看到一个名字,你可以在你的量角器配置中使用它...所以我尝试了 Apple iPad $ b $ pre $
$ {
browserName:'chrome',
chromeOptions:{
mobileEmulation:{
deviceName:'Apple iPad'
}
}
}



但是我不得不在试用&错误产生正确的deviceName为: Apple iPad 3/4



现在我在这里搜索: https://developer.chrome.com/devtools/docs/device- mode#enable-device-mode 和这里: https: //sites.google.com/a/chromium.org/chromedriver/mobile-emulation
,但我无法找到所有有效设备名称的列表。任何想法在哪里得到它?



https://代码中。 google.com/p/chromium/codesearch 我发现: https://code.google.com/p/chromium /codesearch#chromium/src/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json&q=%22Apple%20iPad%22&sq=package:chromium&type=cs&l=643



但是这并不是真正的源代码。



也许其他地方的chrome webdriver的源代码可能有一个列举的列表,但我找不到它,任何帮助表示赞赏!

解决方案

所以我发现了一些来源,但他们似乎引用不存在的链接。这似乎是我能找到的最好结果?



https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit /Source/devtools/front_end/emulation/OverridesUI.js&l=338



编辑:
此列表似乎是主列表
https://code.google.com/p/chromium/codesearch#chromium/src/chrome/test/chromedriver/chrome/mobile_device_list.cc


The common web consensus seems to be that if you see a name in your chrome emulator, you can use it as-is in your protractor config ... so I tried Apple iPad:

    {
      browserName: 'chrome',
      chromeOptions: {
        mobileEmulation: {
          deviceName: 'Apple iPad'
        }
      }
    }

But I had to muck around until trial & error yielded the correct deviceName to be: Apple iPad 3 / 4

Now I've searched here: https://developer.chrome.com/devtools/docs/device-mode#enable-device-mode and here: https://sites.google.com/a/chromium.org/chromedriver/mobile-emulation but I can't find a list of all the valid deviceNames. Any ideas where to get it?

On https://code.google.com/p/chromium/codesearch I found: https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json&q=%22Apple%20iPad%22&sq=package:chromium&type=cs&l=643

But that's not really the source code that matters.

Maybe the source code for chrome webdriver somewhere else may have an enumerated list but I couldn't find it, any help is appreciated!

解决方案

So I found some sources but they seemed to referencing links that didn't exist anymore. This seems to be the best result I could find?

https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/devtools/front_end/emulation/OverridesUI.js&l=338

EDIT: This list seems like the master list https://code.google.com/p/chromium/codesearch#chromium/src/chrome/test/chromedriver/chrome/mobile_device_list.cc

这篇关于使用量角器进行Chrome模拟测试的有效deviceNames是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆