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

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

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

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

        <tfoot id='yjc9Y'></tfoot>
      2. 使用量角器在列表中选择第二个锚元素

        Selecting second anchor element within lists using protractor(使用量角器在列表中选择第二个锚元素)
        <legend id='dwJa0'><style id='dwJa0'><dir id='dwJa0'><q id='dwJa0'></q></dir></style></legend>

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

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

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

                <tbody id='dwJa0'></tbody>

                  <tfoot id='dwJa0'></tfoot>
                  本文介绍了使用量角器在列表中选择第二个锚元素的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个锚标记列表,并且必须测试单击列表中的第二个标记.

                  I have a list of anchor tags and have to test clicking the 2nd tag in the list.

                  <ul id="shortcuts">
                      <li><a ui-sref="app.journeyExplorer" href="#/journey-explorer/"><span class="ng-binding">1</span></a></li>
                      <li><a ui-sref="app.userGroupManager" href="#/user-group-manager"><span class="ng-binding">2</span></a></li>
                  </ul>
                  

                  经过大量调查和测试得出的结论是正确的说法应该是:

                  After much investigation and testing reached at the conclusion that the correct statement should be:

                  element(By.id('shortcuts')).element(By.tagName('a')).get(1).click();
                  

                  但它显示未定义.如果我使用 get() 它不起作用.没有得到它单击列表中的第一个锚标记并发出警告:找到多个锚标记,在这种情况下选择第一个锚标记"

                  But it shows undefined. If I use get() it doesn't work. without get it clicks the 1st anchor tag in the list with a warning: 'More than one anchor tag found, in such case the 1st one is selected'

                  有人可以帮忙吗?谢谢.

                  Can someone please help out with this ? Thanks.

                  推荐答案

                  你可能想试试下面的选择器(注意 all() 而不是第二个 element()匹配所有锚点(以便接下来出现的 .get() 有意义.

                  You might want to try selector below (note all() instead of second element() to match all anchors (so that .get() that comes next makes any sense.

                  element(By.id('shortcuts')).all(By.tagName('a')).get(1).click();
                  

                  或通过 .css

                  element(By.css('#shortcuts a:nth-child(1)').click();
                  

                  这篇关于使用量角器在列表中选择第二个锚元素的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  What are valid deviceNames for Chrome emulation testing with Protractor?(使用 Protractor 进行 Chrome 模拟测试的有效设备名称是什么?)
                  Protractor Check if Element Does Not Exist(量角器检查元素是否不存在)
                  Protractor e2e Tests Login Redirection(Protractor e2e 测试登录重定向)
                  Explain about async/ await in Protractor(解释 Protractor 中的 async/await)
                  Protractor browser.wait doesn#39;t wait(量角器 browser.wait 不等待)
                  How to use Protractor with Angular 2?(如何在 Angular 2 中使用量角器?)
                  <tfoot id='kFSWG'></tfoot>
                    <tbody id='kFSWG'></tbody>
                  <i id='kFSWG'><tr id='kFSWG'><dt id='kFSWG'><q id='kFSWG'><span id='kFSWG'><b id='kFSWG'><form id='kFSWG'><ins id='kFSWG'></ins><ul id='kFSWG'></ul><sub id='kFSWG'></sub></form><legend id='kFSWG'></legend><bdo id='kFSWG'><pre id='kFSWG'><center id='kFSWG'></center></pre></bdo></b><th id='kFSWG'></th></span></q></dt></tr></i><div id='kFSWG'><tfoot id='kFSWG'></tfoot><dl id='kFSWG'><fieldset id='kFSWG'></fieldset></dl></div>

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

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

                          • <bdo id='kFSWG'></bdo><ul id='kFSWG'></ul>