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

<small id='1DCTC'></small><noframes id='1DCTC'>

    <tfoot id='1DCTC'></tfoot>
  • <legend id='1DCTC'><style id='1DCTC'><dir id='1DCTC'><q id='1DCTC'></q></dir></style></legend>

      • <bdo id='1DCTC'></bdo><ul id='1DCTC'></ul>

      1. 向元素发送 Ctrl+A 组合

        Sending Ctrl+A combination to an element(向元素发送 Ctrl+A 组合)

      2. <tfoot id='O5tCP'></tfoot>

            <tbody id='O5tCP'></tbody>
        • <small id='O5tCP'></small><noframes id='O5tCP'>

          <legend id='O5tCP'><style id='O5tCP'><dir id='O5tCP'><q id='O5tCP'></q></dir></style></legend>
              <bdo id='O5tCP'></bdo><ul id='O5tCP'></ul>
                1. <i id='O5tCP'><tr id='O5tCP'><dt id='O5tCP'><q id='O5tCP'><span id='O5tCP'><b id='O5tCP'><form id='O5tCP'><ins id='O5tCP'></ins><ul id='O5tCP'></ul><sub id='O5tCP'></sub></form><legend id='O5tCP'></legend><bdo id='O5tCP'><pre id='O5tCP'><center id='O5tCP'></center></pre></bdo></b><th id='O5tCP'></th></span></q></dt></tr></i><div id='O5tCP'><tfoot id='O5tCP'></tfoot><dl id='O5tCP'><fieldset id='O5tCP'></fieldset></dl></div>
                2. 本文介绍了向元素发送 Ctrl+A 组合的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用 protractor 进行角端对端又名 e2e 测试.

                  I'm using protractor for angular end-to-end aka e2e testing.

                  为了向元素发送键,我使用:

                  In order to send keys to an element, I use:

                  element(by.model('myModel')).sendKeys('Test');
                  

                  如何发送组合键,例如 Ctrl+A?

                  How can I send a combination of keys, like Ctrl+A?

                  我已经搜索过 protractor 源代码 在 github 上,但没有找到相关的例子.

                  I've searched through protractor source code at github, but haven't found a relevant example.

                  推荐答案

                  在 Linux 和 Windows 中完全可以,但是 不在 OSX 中

                  It's perfectly possible in Linux and Windows but not in OSX

                  var elm = element(by.model('myModel'));
                  elm.sendKeys(protractor.Key.chord(protractor.Key.CONTROL, "a"));
                  

                  还有一个非元素变体:

                  browser.actions().keyDown(protractor.Key.CONTROL).sendKeys('a').perform();
                  

                  这篇关于向元素发送 Ctrl+A 组合的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  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 中使用量角器?)

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

                          <tbody id='t7Vyb'></tbody>

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

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

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