<legend id='3Q70B'><style id='3Q70B'><dir id='3Q70B'><q id='3Q70B'></q></dir></style></legend>

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

    <small id='3Q70B'></small><noframes id='3Q70B'>

    <tfoot id='3Q70B'></tfoot>
    1. 是否可以在 Protractor 中使用 cssContainingText 获得下

      时间:2023-10-12

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

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

              • 本文介绍了是否可以在 Protractor 中使用 cssContainingText 获得下一个兄弟姐妹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                是否可以通过使用 by.cssContainingText() 获取下一个兄弟

                Is it possible to get the next sibling by using by.cssContainingText()

                示例:HTML 代码如下:

                Example: HTML code is like below:

                <div ng-repeat="SomeNgRepeat" class="ng-scope">
                    <div class="text-label" >SomeText</div>
                    <div class="some-class">SomeValue</div>
                </div>
                

                通过使用获取元素:

                element(by.cssContainingText('div.text-label','SomeText'))
                

                现在找到上述元素的下一个兄弟.

                Now find the next sibling of the above element.

                我知道 css=form input.username + input 查找兄弟的方法.但是,这在我的情况下不起作用!

                I know of css=form input.username + input way of finding the sibling. However, this is not working in my case!

                我认为'chaining'可以用来实现这一点,但不知道如何!

                I think 'chaining' can be used to achieve this, but don't know How!

                谢谢,飒飒

                推荐答案

                如果你使用 by.xpath():

                What if you would get it in one go using by.xpath():

                element(by.xpath('//div[@class="text-label" and . = "SomeText"]/following-sibling::div'))
                

                或者,您可以将其与 cssContainingText() 结合使用:

                Or, you can combine it with cssContainingText():

                element(by.cssContainingText('div.text-label','SomeText')).element(by.xpath('following-sibling::div'))
                

                这篇关于是否可以在 Protractor 中使用 cssContainingText 获得下一个兄弟姐妹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:使用 Promise 配置多种功能 下一篇:量角器清除()不工作

                相关文章

                最新文章

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

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

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