<bdo id='RQorM'></bdo><ul id='RQorM'></ul>
<legend id='RQorM'><style id='RQorM'><dir id='RQorM'><q id='RQorM'></q></dir></style></legend>
  • <small id='RQorM'></small><noframes id='RQorM'>

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

      <tfoot id='RQorM'></tfoot>

        使用量角器检查浏览器控制台中没有错误

        时间:2023-10-12
          <tbody id='8rRFQ'></tbody>
      1. <i id='8rRFQ'><tr id='8rRFQ'><dt id='8rRFQ'><q id='8rRFQ'><span id='8rRFQ'><b id='8rRFQ'><form id='8rRFQ'><ins id='8rRFQ'></ins><ul id='8rRFQ'></ul><sub id='8rRFQ'></sub></form><legend id='8rRFQ'></legend><bdo id='8rRFQ'><pre id='8rRFQ'><center id='8rRFQ'></center></pre></bdo></b><th id='8rRFQ'></th></span></q></dt></tr></i><div id='8rRFQ'><tfoot id='8rRFQ'></tfoot><dl id='8rRFQ'><fieldset id='8rRFQ'></fieldset></dl></div>

          <bdo id='8rRFQ'></bdo><ul id='8rRFQ'></ul>

        • <small id='8rRFQ'></small><noframes id='8rRFQ'>

          <legend id='8rRFQ'><style id='8rRFQ'><dir id='8rRFQ'><q id='8rRFQ'></q></dir></style></legend>

              • <tfoot id='8rRFQ'></tfoot>
                  本文介绍了使用量角器检查浏览器控制台中没有错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我正在使用 Protractor 测试 AngularJS

                  I'm using Protractor to test AngularJS

                  我想检查在测试结束时没有发生未捕获的异常并打印到浏览器控制台.

                  I want to check that at the end of the test no uncaught exceptions occurred and were printed to the browser console.

                  有简单的方法吗?

                  推荐答案

                  如果你在 Jasmine 中使用 Protractor,请使用以下代码:

                  If you're using Protractor with Jasmine, use the following code:

                  afterEach(function() {
                      browser.manage().logs().get('browser').then(function(browserLog) {
                          expect(browserLog.length).toEqual(0);
                      });
                  });
                  

                  如果没有控制台错误,这将通过测试用例.如果有任何控制台错误,测试将失败.

                  This will pass the test case if there are no console errors. If there are any console errors, the test will fail.

                  有关如何访问浏览器控制台内容的说明可以在 如何获取浏览器控制台常见问题解答部分.

                  Instructions on how to access the content of the browser's console can be found in the How can I get hold of the browser's console section of the FAQ.

                  这篇关于使用量角器检查浏览器控制台中没有错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:量角器在 div 中按标签查找元素 下一篇:webdriver-manager 更新错误:EACCES,权限被拒绝

                  相关文章

                  最新文章

                    <tfoot id='b75Jh'></tfoot>

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

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

                      <legend id='b75Jh'><style id='b75Jh'><dir id='b75Jh'><q id='b75Jh'></q></dir></style></legend>