Tool: IBM MobileFirst Test Workbench 6.3.0
OS: Windows 7
Problem: In MobileFirst app have a date field. When clicked, a calendar pops up and the user can select the day, month and year.
Instrumented the above app in Test Workbench so that Record and Playback can be done. When Date field is clicked in the instrumented app (while doing Record) calendar does not pop up. Keypad pops up.
Find below code written for the Date field.
<input class="fin-input fin-input-date ng-pristine" type="date" ng-model="creditCard.selectedFromDate" ng-change="creditCard.selectFromDate()"/>