工具: IBM MobileFirst Test Workbench 6.3.0
操作系统: Windows 7
问题: 在 MobileFirst 应用程序中有一个日期字段。单击时,会弹出一个日历,用户可以选择日、月和年。
在测试工作台中检测上述应用程序,以便可以完成记录和回放。在检测的应用程序中单击日期字段时(在进行记录时)日历不会弹出。键盘弹出。
找到下面为日期字段编写的代码。
<input class="fin-input fin-input-date ng-pristine" type="date" ng-model="creditCard.selectedFromDate" ng-change="creditCard.selectFromDate()"/>