<bdo id='nl3jL'></bdo><ul id='nl3jL'></ul>

    <i id='nl3jL'><tr id='nl3jL'><dt id='nl3jL'><q id='nl3jL'><span id='nl3jL'><b id='nl3jL'><form id='nl3jL'><ins id='nl3jL'></ins><ul id='nl3jL'></ul><sub id='nl3jL'></sub></form><legend id='nl3jL'></legend><bdo id='nl3jL'><pre id='nl3jL'><center id='nl3jL'></center></pre></bdo></b><th id='nl3jL'></th></span></q></dt></tr></i><div id='nl3jL'><tfoot id='nl3jL'></tfoot><dl id='nl3jL'><fieldset id='nl3jL'></fieldset></dl></div>
    1. <tfoot id='nl3jL'></tfoot>

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

      1. <legend id='nl3jL'><style id='nl3jL'><dir id='nl3jL'><q id='nl3jL'></q></dir></style></legend>
      2. 量角器错误消息“不支持的命令行标志"在铬?

        时间:2023-06-15
        <tfoot id='oxg9v'></tfoot>
        • <bdo id='oxg9v'></bdo><ul id='oxg9v'></ul>

          • <i id='oxg9v'><tr id='oxg9v'><dt id='oxg9v'><q id='oxg9v'><span id='oxg9v'><b id='oxg9v'><form id='oxg9v'><ins id='oxg9v'></ins><ul id='oxg9v'></ul><sub id='oxg9v'></sub></form><legend id='oxg9v'></legend><bdo id='oxg9v'><pre id='oxg9v'><center id='oxg9v'></center></pre></bdo></b><th id='oxg9v'></th></span></q></dt></tr></i><div id='oxg9v'><tfoot id='oxg9v'></tfoot><dl id='oxg9v'><fieldset id='oxg9v'></fieldset></dl></div>

                  <tbody id='oxg9v'></tbody>

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

                  <legend id='oxg9v'><style id='oxg9v'><dir id='oxg9v'><q id='oxg9v'></q></dir></style></legend>
                  本文介绍了量角器错误消息“不支持的命令行标志"在铬?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我是 Protractor 的新用户,我在使用 Chrome 运行测试时遇到了这个错误(错误显示在已启动浏览器的地址栏下方):

                  I'm a new user to Protractor, and I encountered this error running my tests using Chrome (error displays beneath the address bar in the launched browser):

                  您正在使用不受支持的命令行标志 --ignore-certificate-errors.稳定性和安全性将受到影响.

                  You are using an unsupported command-line flag --ignore-certificate-errors. Stability and security will suffer.

                  这是我的量角器 conf.js:

                  Here is my conf.js for Protractor:

                  exports.config = {
                  
                  seleniumAddress: 'http://localhost:4444/wd/hub',
                  capabilities: {
                      'browserName': 'chrome'  
                  },
                  
                  ...
                  

                  另外,我正在使用带有最新可用 Chrome 驱动程序和 Selenium 独立服务器 (2.41.0) 的 Mac.现在,我没有在任何地方设置这个标志,而且我不记得它总是显示,所以我不确定是什么导致了这个问题.

                  Also, I am using a Mac with the latest available Chromedriver and Selenium standalone server (2.41.0). Now, I haven't set this flag anywhere, and I don't recall it always displaying so I'm not sure what caused this problem.

                  关于如何解决此问题的任何想法?

                  Any ideas on how to resolve this issue?

                  推荐答案

                  如果你使用 Protractor,这可能就是你要找的配置:

                  If you use Protractor, this is probably the configuration you're looking for:

                  capabilities : {
                      browserName : 'chrome',
                      'chromeOptions': {
                          args: ['--test-type']
                      }
                  },
                  

                  这篇关于量角器错误消息“不支持的命令行标志"在铬?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Protractor 中的 `browser.call()` 是什么? 下一篇:在量角器测试中从 localStorage 设置项目

                  相关文章

                    <i id='f525r'><tr id='f525r'><dt id='f525r'><q id='f525r'><span id='f525r'><b id='f525r'><form id='f525r'><ins id='f525r'></ins><ul id='f525r'></ul><sub id='f525r'></sub></form><legend id='f525r'></legend><bdo id='f525r'><pre id='f525r'><center id='f525r'></center></pre></bdo></b><th id='f525r'></th></span></q></dt></tr></i><div id='f525r'><tfoot id='f525r'></tfoot><dl id='f525r'><fieldset id='f525r'></fieldset></dl></div>
                      <bdo id='f525r'></bdo><ul id='f525r'></ul>
                  1. <small id='f525r'></small><noframes id='f525r'>

                    <tfoot id='f525r'></tfoot>
                  2. <legend id='f525r'><style id='f525r'><dir id='f525r'><q id='f525r'></q></dir></style></legend>