What are valid deviceNames for Chrome emulation testing with Protractor?

前端 未结 2 822
长情又很酷
长情又很酷 2021-02-06 08:43

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:

2条回答
  •  Happy的楠姐
    2021-02-06 08:56

    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

提交回复
热议问题