• <small id='oNSt1'></small><noframes id='oNSt1'>

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

      <tfoot id='oNSt1'></tfoot>

      • <bdo id='oNSt1'></bdo><ul id='oNSt1'></ul>
      1. 使用 Protractor 测试 Chart.js 画布

        时间:2023-11-01
          <bdo id='Wgb6l'></bdo><ul id='Wgb6l'></ul>
            <tbody id='Wgb6l'></tbody>

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

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

                  本文介绍了使用 Protractor 测试 Chart.js 画布的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我对量角器还很陌生,如果这是一个愚蠢的问题,我很抱歉.我正在研究测试应用程序并需要测试 Chart.js 图表中的值.

                  I'm fairly new to protractor so sorry if this is a stupid question. I'm looking into testing an application and need test the values inside a Chart.js graph.

                  有没有人知道如何让我的量角器程序查看画布内部.

                  Has anyone got any ideas on how to get my protractor program to look inside the canvas.

                  这是 HTML 格式的画布输出.

                  This is the canvas output in HTML.

                  <canvas id="test" 
                          class="chart chart-line ng-isolate-scope" 
                          data="test.data" 
                          labels="test.labels" 
                          series="test.series" 
                          legend="true" 
                          options="test.options" 
                          colours="test.colours" 
                          width="1816" 
                          height="800" 
                          style="width: 908px; 
                          height: 400px;">
                  </canvas>
                  

                  提前致谢.

                  推荐答案

                  Protractor 可以获取画布的属性,但无法访问其中创建的对象.但这取决于您要做什么.画布测试策略可能包括 图像差异 和 字符串差异,通常是 利用 browser.actions 来操作它们.

                  Protractor can get attributes of the canvas, but it can't access object created within it. But it depends what you're looking to do. Strategies for canvas testing might include image diffs, and string diffs, and often make use of browser.actions for manipulating them.

                  这篇关于使用 Protractor 测试 Chart.js 画布的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:在chartjs的条形顶部添加图像 下一篇:Chart.js xAxis 线性比例:奇怪的行为

                  相关文章

                      <tfoot id='Ek3tw'></tfoot>

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

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