Protractor only sends DOWN key successfully when the test window is opened

前端 未结 0 749
栀梦
栀梦 2020-12-21 13:35

In my Protractor test, I run this command at some time:

browser.actions().sendKeys(protractor.Key.DOWN).perform();

It works very well when th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题