• <legend id='HeHkT'><style id='HeHkT'><dir id='HeHkT'><q id='HeHkT'></q></dir></style></legend>

    1. <tfoot id='HeHkT'></tfoot>

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

          <bdo id='HeHkT'></bdo><ul id='HeHkT'></ul>
        <i id='HeHkT'><tr id='HeHkT'><dt id='HeHkT'><q id='HeHkT'><span id='HeHkT'><b id='HeHkT'><form id='HeHkT'><ins id='HeHkT'></ins><ul id='HeHkT'></ul><sub id='HeHkT'></sub></form><legend id='HeHkT'></legend><bdo id='HeHkT'><pre id='HeHkT'><center id='HeHkT'></center></pre></bdo></b><th id='HeHkT'></th></span></q></dt></tr></i><div id='HeHkT'><tfoot id='HeHkT'></tfoot><dl id='HeHkT'><fieldset id='HeHkT'></fieldset></dl></div>
      1. 量角器:通过 Div 文本查找元素

        时间:2023-10-12

        • <small id='6OA2h'></small><noframes id='6OA2h'>

          <tfoot id='6OA2h'></tfoot>
              <tbody id='6OA2h'></tbody>

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

                  本文介绍了量角器:通过 Div 文本查找元素的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  嘿,我的 div 元素之一中有这段代码:

                  Hey I have this code in one of my div elements:

                  <div class="col-sm-8">Account Information: </div>
                  

                  谁能告诉我如何在量角器代码中找到这个元素?有没有可能做这样的事情:

                  Can someone tell me how I would go about finding this element in my protractor code? Is it possible to do something like this:

                  expect(element(by.divText('账户信息:')).isDisplayed()).toBe(true);

                  expect(element(by.divText('Account Information: ')).isDisplayed()).toBe(true);

                  我有多个col-sm-8"类的元素,所以我无法按类找到元素.我只是想知道是否有任何方法可以使用 div 元素中的文本找到该元素?感谢您的帮助!

                  I have multiple elements with the class "col-sm-8" so I am not able to find the element by class. I was just wondering if there is any way to possibly find the element using the text in the div element? Thanks for the help!

                  推荐答案

                  我会推荐你​​使用 by.cssContainingText

                  element(by.cssContainingText('.col-sm-8', 'Account Information'))
                  

                  这篇关于量角器:通过 Div 文本查找元素的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:使用 Protractor 进行 Chrome 模拟测试的有效设备名称 下一篇:protractor - 启动 chrome 以禁用 cors 的网络安全

                  相关文章

                  最新文章

                • <legend id='9aZMs'><style id='9aZMs'><dir id='9aZMs'><q id='9aZMs'></q></dir></style></legend>

                  <small id='9aZMs'></small><noframes id='9aZMs'>

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