gpt4 book ai didi

javascript - 无法在 Protractor 中使用 .click() 打开日期选择器 > "Failed: element not interactable"

转载 作者:行者123 更新时间:2023-11-28 03:34:22 25 4
gpt4 key购买 nike

当我尝试触发日期选择器时,显示错误“失败:元素不可交互”

元素的结构如下

<div class="datepicker-input-wrapper datepicker-input-wrapper-start">
<div class="datepicker-trigger"></div>
<input type="text" class="datepicker-input datepicker-input-start" autocomplete="off">
<span class="">Anreise</span>
</div>

我的代码是:

var start_date = element(by.className('datepicker-trigger'));
start_date.click();

我希望看到日期选择器打开除了类之外没有其他定位器,这就是我使用 by.className

的原因

尝试最大化浏览器窗口或滚动到元素,但没有帮助

最佳答案

如果您只使用带有 sendKeys 的输入,可能会更容易,如下所示:

element(by.css('.datepicker-input.datepicker-input-start')).sendKeys('DD-MM-YYYY');

或者它接受的任何日期格式

关于javascript - 无法在 Protractor 中使用 .click() 打开日期选择器 > "Failed: element not interactable",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57868479/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com