久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

      • <bdo id='Nq3lg'></bdo><ul id='Nq3lg'></ul>

    1. <small id='Nq3lg'></small><noframes id='Nq3lg'>

      <tfoot id='Nq3lg'></tfoot>

      <i id='Nq3lg'><tr id='Nq3lg'><dt id='Nq3lg'><q id='Nq3lg'><span id='Nq3lg'><b id='Nq3lg'><form id='Nq3lg'><ins id='Nq3lg'></ins><ul id='Nq3lg'></ul><sub id='Nq3lg'></sub></form><legend id='Nq3lg'></legend><bdo id='Nq3lg'><pre id='Nq3lg'><center id='Nq3lg'></center></pre></bdo></b><th id='Nq3lg'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Nq3lg'><tfoot id='Nq3lg'></tfoot><dl id='Nq3lg'><fieldset id='Nq3lg'></fieldset></dl></div>
      <legend id='Nq3lg'><style id='Nq3lg'><dir id='Nq3lg'><q id='Nq3lg'></q></dir></style></legend>

        使用 Protractor 進行 Chrome 模擬測試的有效設備名稱

        What are valid deviceNames for Chrome emulation testing with Protractor?(使用 Protractor 進行 Chrome 模擬測試的有效設備名稱是什么?)

          <small id='dz384'></small><noframes id='dz384'>

          1. <legend id='dz384'><style id='dz384'><dir id='dz384'><q id='dz384'></q></dir></style></legend>
                • <bdo id='dz384'></bdo><ul id='dz384'></ul>

                  <tfoot id='dz384'></tfoot>
                    <tbody id='dz384'></tbody>

                • <i id='dz384'><tr id='dz384'><dt id='dz384'><q id='dz384'><span id='dz384'><b id='dz384'><form id='dz384'><ins id='dz384'></ins><ul id='dz384'></ul><sub id='dz384'></sub></form><legend id='dz384'></legend><bdo id='dz384'><pre id='dz384'><center id='dz384'></center></pre></bdo></b><th id='dz384'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='dz384'><tfoot id='dz384'></tfoot><dl id='dz384'><fieldset id='dz384'></fieldset></dl></div>
                • 本文介紹了使用 Protractor 進行 Chrome 模擬測試的有效設備名稱是什么?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  常見的網(wǎng)絡共識似乎是,如果您在 chrome 模擬器中看到一個名稱,您可以在量角器配置中按原樣使用它......所以我嘗試了 Apple iPad:

                  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'
                          }
                        }
                      }
                  

                  但我不得不在審判之前混日子錯誤產(chǎn)生了正確的 deviceName 為:Apple iPad 3/4

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

                  現(xiàn)在我在這里搜索過:https://developer.chrome.com/devtools/docs/device-mode#enable-device-mode 和這里:https://sites.google.com/a/chromium.org/chromedriver/mobile-emulation但我找不到所有有效設備名稱的列表.任何想法在哪里得到它?

                  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?

                  在 https://code.google.com/p/chromium/codesearch我發(fā)現(xiàn):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.

                  也許其他地方的 chrome webdriver 的源代碼可能有一個枚舉列表,但我找不到它,感謝任何幫助!

                  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

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

                  這篇關于使用 Protractor 進行 Chrome 模擬測試的有效設備名稱是什么?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Browser waits for ajax call to complete even after abort has been called (jQuery)(即使在調用 abort (jQuery) 之后,瀏覽器也會等待 ajax 調用完成)
                  JavaScript innerHTML is not working for IE?(JavaScript innerHTML 不適用于 IE?)
                  XMLHttpRequest cannot load, No #39;Access-Control-Allow-Origin#39; header is present on the requested resource(XMLHttpRequest 無法加載,請求的資源上不存在“Access-Control-Allow-Origin標頭) - IT屋-程序員軟件開發(fā)技術分
                  Is it possible for XHR HEAD requests to not follow redirects (301 302)(XHR HEAD 請求是否有可能不遵循重定向 (301 302))
                  XMLHttpRequest 206 Partial Content(XMLHttpRequest 206 部分內容)
                  Restrictions of XMLHttpRequest#39;s getResponseHeader()?(XMLHttpRequest 的 getResponseHeader() 的限制?)
                    <bdo id='i9Gni'></bdo><ul id='i9Gni'></ul>
                    • <i id='i9Gni'><tr id='i9Gni'><dt id='i9Gni'><q id='i9Gni'><span id='i9Gni'><b id='i9Gni'><form id='i9Gni'><ins id='i9Gni'></ins><ul id='i9Gni'></ul><sub id='i9Gni'></sub></form><legend id='i9Gni'></legend><bdo id='i9Gni'><pre id='i9Gni'><center id='i9Gni'></center></pre></bdo></b><th id='i9Gni'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='i9Gni'><tfoot id='i9Gni'></tfoot><dl id='i9Gni'><fieldset id='i9Gni'></fieldset></dl></div>

                      1. <legend id='i9Gni'><style id='i9Gni'><dir id='i9Gni'><q id='i9Gni'></q></dir></style></legend>

                            <tbody id='i9Gni'></tbody>
                          1. <small id='i9Gni'></small><noframes id='i9Gni'>

                          2. <tfoot id='i9Gni'></tfoot>

                          3. 主站蜘蛛池模板: 一级片在线免费看 | 久久69精品久久久久久久电影好 | 欧美性生活一区二区三区 | 久久国产99 | 精品国产乱码久久久久久图片 | 成人在线播放网站 | 色偷偷888欧美精品久久久 | 日韩精品影院 | 久久久精品一区二区三区四季av | 亚洲高清一区二区三区 | 中文字幕一区二区三区四区五区 | 国产精品免费福利 | 91精品国产日韩91久久久久久 | caoporn国产精品免费公开 | 91av免费看 | 国产日韩欧美精品一区二区三区 | 91在线观看网址 | 久久国产成人 | 国产精品99久久久久 | 久久久久久九九九九 | 国产一级片一区二区 | 国产精品国产三级国产a | 亚洲高清中文字幕 | 亚洲精品4 | 中文字幕欧美日韩一区 | 欧美一区二区三区在线观看 | 米奇7777狠狠狠狠视频 | 国产精品一二区 | 99久久精品免费看国产免费软件 | 久久www免费人成看片高清 | 国产精品波多野结衣 | 777毛片| 国产精品久久久久久久久久久久 | 日韩精品一区二区三区视频播放 | 国产精品久久久久久久一区二区 | 免费在线看黄 | 欧美精品1区2区3区 精品国产欧美一区二区 | 天天激情综合 | 午夜日韩视频 | 日韩免费一区二区 | 欧美日韩综合一区 |