【发布时间】:2016-01-19 11:28:38
【问题描述】:
我使用物化 css 作为日期选择器并使用量角器对其进行测试,如图所示 http://plnkr.co/edit/pSskRfOy3f1NKo6KYgWD?p=preview
当我尝试 element(by.model('newPatReports.reportDate')).sendKeys('14 January, 2016'); 时,我无法设置值,而是打开日期选择器 - 这仅在 firefox 上发生
但在 chrome 中,它说不能聚焦元素...与我的模型绑定的可能方法是什么
我也试过删除自定义属性,但没有成功
任何帮助都是appriciated.......在此先感谢
【问题讨论】:
标签: javascript angularjs protractor